Shades of Crusoe #036C20
Tints of Crusoe #036C20
RGB
CMYK
RGB Variations
Color information
#036C20 (or 0x036C20) is known color: Crusoe. HEX triplet: 03, 6C and 20. RGB value is (3,108,32). Sum of RGB (Red+Green+Blue) = 3+108+32=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 108 (42.58% from 255 or 75.52% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 108 - color contains mainly: green. Hex color #036C20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036C20 is #FC93DF. Grayscale: #444444. Windows color (decimal): -16552928 or 2124803. OLE color: 2124803.
HSL color Cylindrical-coordinate representation of color #036C20: hue angle of 136.57º 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 #036C20 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 32 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.58 |
| HSL | 136.57º | 0.95% | 0.22% | - |
| HSV(B) | 136.57º | 0.97% | 0.42% | - |
| XYZ | 5.66 | 10.85 | 3.16 | - |
| YUV | 67.94 | 107.71 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 32 | 0.97 | 0 | 0.70 | 0.58 | 136.57 | 0.95 | 0.22 |
| Hex | 3 | 6C | 20 | 61 | 0 | 46 | 3A | 89 | 5F | 16 |
| Octal | 3 | 154 | 40 | 141 | 0 | 106 | 72 | 211 | 137 | 26 |
| Binary | 11 | 1101100 | 100000 | 1100001 | 0 | 1000110 | 111010 | 10001001 | 1011111 | 10110 |
Color Harmonies of #036C20
Complementary color
Monochromatic Colors of #036C20
Black with #036C20
Text Example
Text Example
White with #036C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C20; }
p { color: rgb(3,108,32); }
H1.HeaderClassName
{
color: #036C20;
}
.AnyTagClassName
{
color: #036C20;
}
</style>
background-color css
<style>
a { background-color: #036C20; }
a { background-color: rgb(3,108,32); }
div.DivClassName
{
background-color: #036C20;
}
.BgClassName
{
background-color: #036C20;
}
</style>
border-color css
<style>
span { border-color: #036C20; }
span { border-color: rgb(3,108,32); }
td.TdClassName
{
border-color: #036C20;
}
.TagClassName
{
border-color: #036C20;
}
</style>