#065628

Color #065628 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #065628

Tints of Crusoe #065628

Color information

#065628 (or 0x065628) is unknown color: approx Crusoe. HEX triplet: 06, 56 and 28. RGB value is (6,86,40). Sum of RGB (Red+Green+Blue) = 6+86+40=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #065628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065628 is #F9A9D7. Grayscale: #383838. Windows color (decimal): -16361944 or 2643462. OLE color: 2643462.

HSL color Cylindrical-coordinate representation of color #065628: hue angle of 145.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065628 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB68640-
CMYK0.9300.530.66
HSL145.5º86.96%18.04%-
HSV(B)145.5º93.02%33.73%-
XYZ3.796.853.13-
YUV56.84118.591.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 86 (33.98% from 255) = 65.15%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=4.55%
G=65.15%
B=30.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686400.9300.530.66145.586.9618.04
Hex656285D03542925712
Octal61265013506510222212722
Binary110101011010100010111010110101100001010010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065628; }

 p { color: rgb(6,86,40); }

 H1.HeaderClassName
 {
   color: #065628;
 }
 .AnyTagClassName
 {
   color: #065628;
 }
</style>
background-color css

<style>
 a { background-color: #065628; }

 a { background-color: rgb(6,86,40); }

 div.DivClassName
 {
   background-color: #065628;
 }
 .BgClassName
 {
   background-color: #065628;
 }
</style>
border-color css

<style>
 span { border-color: #065628; }

 span { border-color: rgb(6,86,40); }

 td.TdClassName
 {
   border-color: #065628;
 }
 .TagClassName
 {
   border-color: #065628;
 }
</style>