Shades of Crusoe #036117
Tints of Crusoe #036117
RGB
CMYK
RGB Variations
Color information
#036117 (or 0x036117) is known color: Crusoe. HEX triplet: 03, 61 and 17. RGB value is (3,97,23). Sum of RGB (Red+Green+Blue) = 3+97+23=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #036117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036117 is #FC9EE8. Grayscale: #3C3C3C. Windows color (decimal): -16555753 or 1532163. OLE color: 1532163.
HSL color Cylindrical-coordinate representation of color #036117: hue angle of 132.77º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036117 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 97 | 23 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.62 |
| HSL | 132.77º | 0.94% | 0.2% | - |
| HSV(B) | 132.77º | 0.97% | 0.38% | - |
| XYZ | 4.47 | 8.63 | 2.24 | - |
| YUV | 60.46 | 106.86 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 23 | 0.97 | 0 | 0.76 | 0.62 | 132.77 | 0.94 | 0.2 |
| Hex | 3 | 61 | 17 | 61 | 0 | 4C | 3E | 85 | 5E | 14 |
| Octal | 3 | 141 | 27 | 141 | 0 | 114 | 76 | 205 | 136 | 24 |
| Binary | 11 | 1100001 | 10111 | 1100001 | 0 | 1001100 | 111110 | 10000101 | 1011110 | 10100 |
Color Harmonies of #036117
Complementary color
Monochromatic Colors of #036117
Black with #036117
Text Example
Text Example
White with #036117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036117; }
p { color: rgb(3,97,23); }
H1.HeaderClassName
{
color: #036117;
}
.AnyTagClassName
{
color: #036117;
}
</style>
background-color css
<style>
a { background-color: #036117; }
a { background-color: rgb(3,97,23); }
div.DivClassName
{
background-color: #036117;
}
.BgClassName
{
background-color: #036117;
}
</style>
border-color css
<style>
span { border-color: #036117; }
span { border-color: rgb(3,97,23); }
td.TdClassName
{
border-color: #036117;
}
.TagClassName
{
border-color: #036117;
}
</style>