Shades of Crusoe #0F5D17
Tints of Crusoe #0F5D17
RGB
CMYK
RGB Variations
Color information
#0F5D17 (or 0x0F5D17) is known color: Crusoe. HEX triplet: 0F, 5D and 17. RGB value is (15,93,23). Sum of RGB (Red+Green+Blue) = 15+93+23=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 93 (36.72% from 255 or 70.99% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5D17 is #F0A2E8. Grayscale: #3D3D3D. Windows color (decimal): -15770345 or 1531151. OLE color: 1531151.
HSL color Cylindrical-coordinate representation of color #0F5D17: hue angle of 126.15º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5D17 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 93 | 23 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.64 |
| HSL | 126.15º | 0.72% | 0.21% | - |
| HSV(B) | 126.15º | 0.84% | 0.36% | - |
| XYZ | 4.27 | 7.99 | 2.13 | - |
| YUV | 61.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 23 | 0.84 | 0 | 0.75 | 0.64 | 126.15 | 0.72 | 0.21 |
| Hex | F | 5D | 17 | 54 | 0 | 4B | 40 | 7E | 48 | 15 |
| Octal | 17 | 135 | 27 | 124 | 0 | 113 | 100 | 176 | 110 | 25 |
| Binary | 1111 | 1011101 | 10111 | 1010100 | 0 | 1001011 | 1000000 | 1111110 | 1001000 | 10101 |
Color Harmonies of #0F5D17
Complementary color
Monochromatic Colors of #0F5D17
Black with #0F5D17
Text Example
Text Example
White with #0F5D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5D17; }
p { color: rgb(15,93,23); }
H1.HeaderClassName
{
color: #0F5D17;
}
.AnyTagClassName
{
color: #0F5D17;
}
</style>
background-color css
<style>
a { background-color: #0F5D17; }
a { background-color: rgb(15,93,23); }
div.DivClassName
{
background-color: #0F5D17;
}
.BgClassName
{
background-color: #0F5D17;
}
</style>
border-color css
<style>
span { border-color: #0F5D17; }
span { border-color: rgb(15,93,23); }
td.TdClassName
{
border-color: #0F5D17;
}
.TagClassName
{
border-color: #0F5D17;
}
</style>