#065620

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

Shades of Crusoe #065620

Tints of Crusoe #065620

Color information

#065620 (or 0x065620) is unknown color: approx Crusoe. HEX triplet: 06, 56 and 20. RGB value is (6,86,32). Sum of RGB (Red+Green+Blue) = 6+86+32=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 86 (33.98% from 255 or 69.35% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 86 - color contains mainly: green. Hex color #065620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065620 is #F9A9DF. Grayscale: #383838. Windows color (decimal): -16361952 or 2119174. OLE color: 2119174.

HSL color Cylindrical-coordinate representation of color #065620: hue angle of 139.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 #065620 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB68632-
CMYK0.9300.630.66
HSL139.5º86.96%18.04%-
HSV(B)139.5º93.02%33.73%-
XYZ3.666.82.49-
YUV55.92114.592.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 86 (33.98% from 255) = 69.35%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=4.84%
G=69.35%
B=25.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686320.9300.630.66139.586.9618.04
Hex656205D03F428c5712
Octal61264013507710221412722
Binary110101011010000010111010111111100001010001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065620; }

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

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

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

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

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

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

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

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