#036020

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

Shades of Crusoe #036020

Tints of Crusoe #036020

Color information

#036020 (or 0x036020) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 20. RGB value is (3,96,32). Sum of RGB (Red+Green+Blue) = 3+96+32=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #036020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036020 is #FC9FDF. Grayscale: #3D3D3D. Windows color (decimal): -16556000 or 2121731. OLE color: 2121731.

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

Color convert

RGB39632-
CMYK0.9700.670.62
HSL138.71º93.94%19.41%-
HSV(B)138.71º96.88%37.65%-
XYZ4.488.492.77-
YUV60.9111.6986.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 96 (37.89% from 255) = 73.28%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=2.29%
G=73.28%
B=24.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396320.9700.670.62138.7193.9419.41
Hex36020610433E8b5e13
Octal31404014101037621313623
Binary11110000010000011000010100001111111010001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036020; }

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

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

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

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

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

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

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

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