#036C28

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

Shades of Crusoe #036C28

Tints of Crusoe #036C28

Color information

#036C28 (or 0x036C28) is unknown color: approx Crusoe. HEX triplet: 03, 6C and 28. RGB value is (3,108,40). Sum of RGB (Red+Green+Blue) = 3+108+40=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 108 (42.58% from 255 or 71.52% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 108 - color contains mainly: green. Hex color #036C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036C28 is #FC93D7. Grayscale: #454545. Windows color (decimal): -16552920 or 2649091. OLE color: 2649091.

HSL color Cylindrical-coordinate representation of color #036C28: hue angle of 141.14º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036C28 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB310840-
CMYK0.9700.630.58
HSL141.14º94.59%21.76%-
HSV(B)141.14º97.22%42.35%-
XYZ5.7810.93.81-
YUV68.85111.7181.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 108 (42.58% from 255) = 71.52%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=1.99%
G=71.52%
B=26.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3108400.9700.630.58141.1494.5921.76
Hex36C286103F3A8d5f16
Octal3154501410777221513726
Binary1111011001010001100001011111111101010001101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036C28; }

 p { color: rgb(3,108,40); }

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

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

 a { background-color: rgb(3,108,40); }

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

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

 span { border-color: rgb(3,108,40); }

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