#006020

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

Shades of Crusoe #006020

Tints of Crusoe #006020

Color information

#006020 (or 0x006020) is unknown color: approx Crusoe. HEX triplet: 00, 60 and 20. RGB value is (0,96,32). Sum of RGB (Red+Green+Blue) = 0+96+32=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 96 (37.89% from 255 or 75% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 96 - color contains mainly: green. Hex color #006020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006020 is #FF9FDF. Grayscale: #3C3C3C. Windows color (decimal): -16752608 or 2121728. OLE color: 2121728.

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

Color convert

RGB09632-
CMYK100.670.62
HSL140º100%18.82%-
HSV(B)140º100%37.65%-
XYZ4.448.472.77-
YUV60112.285.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 75%
BLUE value IS 32 (12.89% from 255) = 25%
R=0%
G=75%
B=25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09632100.670.6214010018.82
Hex06020640433E8c6413
Octal01404014401037621414423
Binary0110000010000011001000100001111111010001100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006020; }

 p { color: rgb(0,96,32); }

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

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

 a { background-color: rgb(0,96,32); }

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

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

 span { border-color: rgb(0,96,32); }

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