Shades of Crusoe #036416
Tints of Crusoe #036416
RGB
CMYK
RGB Variations
Color information
#036416 (or 0x036416) is known color: Crusoe. HEX triplet: 03, 64 and 16. RGB value is (3,100,22). Sum of RGB (Red+Green+Blue) = 3+100+22=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 100 (39.45% from 255 or 80% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 100 - color contains mainly: green. Hex color #036416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036416 is #FC9BE9. Grayscale: #3E3E3E. Windows color (decimal): -16554986 or 1467395. OLE color: 1467395.
HSL color Cylindrical-coordinate representation of color #036416: hue angle of 131.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036416 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 22 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.61 |
| HSL | 131.75º | 0.94% | 0.2% | - |
| HSV(B) | 131.75º | 0.97% | 0.39% | - |
| XYZ | 4.74 | 9.19 | 2.28 | - |
| YUV | 62.11 | 105.36 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 22 | 0.97 | 0 | 0.78 | 0.61 | 131.75 | 0.94 | 0.2 |
| Hex | 3 | 64 | 16 | 61 | 0 | 4E | 3D | 84 | 5E | 14 |
| Octal | 3 | 144 | 26 | 141 | 0 | 116 | 75 | 204 | 136 | 24 |
| Binary | 11 | 1100100 | 10110 | 1100001 | 0 | 1001110 | 111101 | 10000100 | 1011110 | 10100 |
Color Harmonies of #036416
Complementary color
Monochromatic Colors of #036416
Black with #036416
Text Example
Text Example
White with #036416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036416; }
p { color: rgb(3,100,22); }
H1.HeaderClassName
{
color: #036416;
}
.AnyTagClassName
{
color: #036416;
}
</style>
background-color css
<style>
a { background-color: #036416; }
a { background-color: rgb(3,100,22); }
div.DivClassName
{
background-color: #036416;
}
.BgClassName
{
background-color: #036416;
}
</style>
border-color css
<style>
span { border-color: #036416; }
span { border-color: rgb(3,100,22); }
td.TdClassName
{
border-color: #036416;
}
.TagClassName
{
border-color: #036416;
}
</style>