Shades of Crusoe #036C21
Tints of Crusoe #036C21
RGB
CMYK
RGB Variations
Color information
#036C21 (or 0x036C21) is known color: Crusoe. HEX triplet: 03, 6C and 21. RGB value is (3,108,33). Sum of RGB (Red+Green+Blue) = 3+108+33=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 108 (42.58% from 255 or 75% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 108 - color contains mainly: green. Hex color #036C21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036C21 is #FC93DE. Grayscale: #444444. Windows color (decimal): -16552927 or 2190339. OLE color: 2190339.
HSL color Cylindrical-coordinate representation of color #036C21: hue angle of 137.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 #036C21 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 108 | 33 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.58 |
| HSL | 137.14º | 0.95% | 0.22% | - |
| HSV(B) | 137.14º | 0.97% | 0.42% | - |
| XYZ | 5.67 | 10.85 | 3.23 | - |
| YUV | 68.06 | 108.21 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 33 | 0.97 | 0 | 0.69 | 0.58 | 137.14 | 0.95 | 0.22 |
| Hex | 3 | 6C | 21 | 61 | 0 | 45 | 3A | 89 | 5F | 16 |
| Octal | 3 | 154 | 41 | 141 | 0 | 105 | 72 | 211 | 137 | 26 |
| Binary | 11 | 1101100 | 100001 | 1100001 | 0 | 1000101 | 111010 | 10001001 | 1011111 | 10110 |
Color Harmonies of #036C21
Complementary color
Monochromatic Colors of #036C21
Black with #036C21
Text Example
Text Example
White with #036C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036C21; }
p { color: rgb(3,108,33); }
H1.HeaderClassName
{
color: #036C21;
}
.AnyTagClassName
{
color: #036C21;
}
</style>
background-color css
<style>
a { background-color: #036C21; }
a { background-color: rgb(3,108,33); }
div.DivClassName
{
background-color: #036C21;
}
.BgClassName
{
background-color: #036C21;
}
</style>
border-color css
<style>
span { border-color: #036C21; }
span { border-color: rgb(3,108,33); }
td.TdClassName
{
border-color: #036C21;
}
.TagClassName
{
border-color: #036C21;
}
</style>