Shades of Crusoe #0F5C21
Tints of Crusoe #0F5C21
RGB
CMYK
RGB Variations
Color information
#0F5C21 (or 0x0F5C21) is known color: Crusoe. HEX triplet: 0F, 5C and 21. RGB value is (15,92,33). Sum of RGB (Red+Green+Blue) = 15+92+33=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 92 (36.33% from 255 or 65.71% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 92 - color contains mainly: green. Hex color #0F5C21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5C21 is #F0A3DE. Grayscale: #3E3E3E. Windows color (decimal): -15770591 or 2186255. OLE color: 2186255.
HSL color Cylindrical-coordinate representation of color #0F5C21: hue angle of 134.03º 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 #0F5C21 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 92 | 33 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.64 |
| HSL | 134.03º | 0.72% | 0.21% | - |
| HSV(B) | 134.03º | 0.84% | 0.36% | - |
| XYZ | 4.3 | 7.87 | 2.73 | - |
| YUV | 62.25 | 111.49 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 92 | 33 | 0.84 | 0 | 0.64 | 0.64 | 134.03 | 0.72 | 0.21 |
| Hex | F | 5C | 21 | 54 | 0 | 40 | 40 | 86 | 48 | 15 |
| Octal | 17 | 134 | 41 | 124 | 0 | 100 | 100 | 206 | 110 | 25 |
| Binary | 1111 | 1011100 | 100001 | 1010100 | 0 | 1000000 | 1000000 | 10000110 | 1001000 | 10101 |
Color Harmonies of #0F5C21
Complementary color
Monochromatic Colors of #0F5C21
Black with #0F5C21
Text Example
Text Example
White with #0F5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5C21; }
p { color: rgb(15,92,33); }
H1.HeaderClassName
{
color: #0F5C21;
}
.AnyTagClassName
{
color: #0F5C21;
}
</style>
background-color css
<style>
a { background-color: #0F5C21; }
a { background-color: rgb(15,92,33); }
div.DivClassName
{
background-color: #0F5C21;
}
.BgClassName
{
background-color: #0F5C21;
}
</style>
border-color css
<style>
span { border-color: #0F5C21; }
span { border-color: rgb(15,92,33); }
td.TdClassName
{
border-color: #0F5C21;
}
.TagClassName
{
border-color: #0F5C21;
}
</style>