#065420

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

Shades of Crusoe #065420

Tints of Crusoe #065420

Color information

#065420 (or 0x065420) is unknown color: approx Crusoe. HEX triplet: 06, 54 and 20. RGB value is (6,84,32). Sum of RGB (Red+Green+Blue) = 6+84+32=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #065420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065420 is #F9ABDF. Grayscale: #363636. Windows color (decimal): -16362464 or 2118662. OLE color: 2118662.

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

Color convert

RGB68432-
CMYK0.9300.620.67
HSL140º86.67%17.65%-
HSV(B)140º92.86%32.94%-
XYZ3.516.482.43-
YUV54.75115.1693.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 84 (33.20% from 255) = 68.85%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=4.92%
G=68.85%
B=26.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684320.9300.620.6714086.6717.65
Hex654205D03E438c5712
Octal61244013507610321412722
Binary110101010010000010111010111110100001110001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065420; }

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

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

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

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

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

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

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

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