Shades of Crusoe #0F5D1C
Tints of Crusoe #0F5D1C
RGB
CMYK
RGB Variations
Color information
#0F5D1C (or 0x0F5D1C) is known color: Crusoe. HEX triplet: 0F, 5D and 1C. RGB value is (15,93,28). Sum of RGB (Red+Green+Blue) = 15+93+28=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 93 (36.72% from 255 or 68.38% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5D1C is #F0A2E3. Grayscale: #3E3E3E. Windows color (decimal): -15770340 or 1858831. OLE color: 1858831.
HSL color Cylindrical-coordinate representation of color #0F5D1C: hue angle of 130º 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 #0F5D1C is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 93 | 28 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.64 |
| HSL | 130º | 0.72% | 0.21% | - |
| HSV(B) | 130º | 0.84% | 0.36% | - |
| XYZ | 4.32 | 8.01 | 2.42 | - |
| YUV | 62.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 28 | 0.84 | 0 | 0.70 | 0.64 | 130 | 0.72 | 0.21 |
| Hex | F | 5D | 1C | 54 | 0 | 46 | 40 | 82 | 48 | 15 |
| Octal | 17 | 135 | 34 | 124 | 0 | 106 | 100 | 202 | 110 | 25 |
| Binary | 1111 | 1011101 | 11100 | 1010100 | 0 | 1000110 | 1000000 | 10000010 | 1001000 | 10101 |
Color Harmonies of #0F5D1C
Complementary color
Monochromatic Colors of #0F5D1C
Black with #0F5D1C
Text Example
Text Example
White with #0F5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5D1C; }
p { color: rgb(15,93,28); }
H1.HeaderClassName
{
color: #0F5D1C;
}
.AnyTagClassName
{
color: #0F5D1C;
}
</style>
background-color css
<style>
a { background-color: #0F5D1C; }
a { background-color: rgb(15,93,28); }
div.DivClassName
{
background-color: #0F5D1C;
}
.BgClassName
{
background-color: #0F5D1C;
}
</style>
border-color css
<style>
span { border-color: #0F5D1C; }
span { border-color: rgb(15,93,28); }
td.TdClassName
{
border-color: #0F5D1C;
}
.TagClassName
{
border-color: #0F5D1C;
}
</style>