Shades of Crusoe #0F5920
Tints of Crusoe #0F5920
RGB
CMYK
RGB Variations
Color information
#0F5920 (or 0x0F5920) is known color: Crusoe. HEX triplet: 0F, 59 and 20. RGB value is (15,89,32). Sum of RGB (Red+Green+Blue) = 15+89+32=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 89 (35.16% from 255 or 65.44% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 89 - color contains mainly: green. Hex color #0F5920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5920 is #F0A6DF. Grayscale: #3C3C3C. Windows color (decimal): -15771360 or 2119951. OLE color: 2119951.
HSL color Cylindrical-coordinate representation of color #0F5920: hue angle of 133.78º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5920 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 89 | 32 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.65 |
| HSL | 133.78º | 0.71% | 0.2% | - |
| HSV(B) | 133.78º | 0.83% | 0.35% | - |
| XYZ | 4.03 | 7.35 | 2.57 | - |
| YUV | 60.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 32 | 0.83 | 0 | 0.64 | 0.65 | 133.78 | 0.71 | 0.2 |
| Hex | F | 59 | 20 | 53 | 0 | 40 | 41 | 86 | 47 | 14 |
| Octal | 17 | 131 | 40 | 123 | 0 | 100 | 101 | 206 | 107 | 24 |
| Binary | 1111 | 1011001 | 100000 | 1010011 | 0 | 1000000 | 1000001 | 10000110 | 1000111 | 10100 |
Color Harmonies of #0F5920
Complementary color
Monochromatic Colors of #0F5920
Black with #0F5920
Text Example
Text Example
White with #0F5920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5920; }
p { color: rgb(15,89,32); }
H1.HeaderClassName
{
color: #0F5920;
}
.AnyTagClassName
{
color: #0F5920;
}
</style>
background-color css
<style>
a { background-color: #0F5920; }
a { background-color: rgb(15,89,32); }
div.DivClassName
{
background-color: #0F5920;
}
.BgClassName
{
background-color: #0F5920;
}
</style>
border-color css
<style>
span { border-color: #0F5920; }
span { border-color: rgb(15,89,32); }
td.TdClassName
{
border-color: #0F5920;
}
.TagClassName
{
border-color: #0F5920;
}
</style>