Shades of Crusoe #0F5224
Tints of Crusoe #0F5224
RGB
CMYK
RGB Variations
Color information
#0F5224 (or 0x0F5224) is known color: Crusoe. HEX triplet: 0F, 52 and 24. RGB value is (15,82,36). Sum of RGB (Red+Green+Blue) = 15+82+36=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #0F5224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5224 is #F0ADDB. Grayscale: #383838. Windows color (decimal): -15773148 or 2380303. OLE color: 2380303.
HSL color Cylindrical-coordinate representation of color #0F5224: hue angle of 138.81º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5224 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 82 | 36 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.68 |
| HSL | 138.81º | 0.69% | 0.19% | - |
| HSV(B) | 138.81º | 0.82% | 0.32% | - |
| XYZ | 3.53 | 6.26 | 2.69 | - |
| YUV | 56.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 36 | 0.82 | 0 | 0.56 | 0.68 | 138.81 | 0.69 | 0.19 |
| Hex | F | 52 | 24 | 52 | 0 | 38 | 44 | 8B | 45 | 13 |
| Octal | 17 | 122 | 44 | 122 | 0 | 70 | 104 | 213 | 105 | 23 |
| Binary | 1111 | 1010010 | 100100 | 1010010 | 0 | 111000 | 1000100 | 10001011 | 1000101 | 10011 |
Color Harmonies of #0F5224
Complementary color
Monochromatic Colors of #0F5224
Black with #0F5224
Text Example
Text Example
White with #0F5224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5224; }
p { color: rgb(15,82,36); }
H1.HeaderClassName
{
color: #0F5224;
}
.AnyTagClassName
{
color: #0F5224;
}
</style>
background-color css
<style>
a { background-color: #0F5224; }
a { background-color: rgb(15,82,36); }
div.DivClassName
{
background-color: #0F5224;
}
.BgClassName
{
background-color: #0F5224;
}
</style>
border-color css
<style>
span { border-color: #0F5224; }
span { border-color: rgb(15,82,36); }
td.TdClassName
{
border-color: #0F5224;
}
.TagClassName
{
border-color: #0F5224;
}
</style>