Shades of Crusoe #0F5728
Tints of Crusoe #0F5728
RGB
CMYK
RGB Variations
Color information
#0F5728 (or 0x0F5728) is known color: Crusoe. HEX triplet: 0F, 57 and 28. RGB value is (15,87,40). Sum of RGB (Red+Green+Blue) = 15+87+40=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 87 (34.38% from 255 or 61.27% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 87 - color contains mainly: green. Hex color #0F5728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5728 is #F0A8D7. Grayscale: #3C3C3C. Windows color (decimal): -15771864 or 2643727. OLE color: 2643727.
HSL color Cylindrical-coordinate representation of color #0F5728: hue angle of 140.83º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5728 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 87 | 40 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.66 |
| HSL | 140.83º | 0.71% | 0.2% | - |
| HSV(B) | 140.83º | 0.83% | 0.34% | - |
| XYZ | 3.99 | 7.07 | 3.16 | - |
| YUV | 60.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 40 | 0.83 | 0 | 0.54 | 0.66 | 140.83 | 0.71 | 0.2 |
| Hex | F | 57 | 28 | 53 | 0 | 36 | 42 | 8D | 47 | 14 |
| Octal | 17 | 127 | 50 | 123 | 0 | 66 | 102 | 215 | 107 | 24 |
| Binary | 1111 | 1010111 | 101000 | 1010011 | 0 | 110110 | 1000010 | 10001101 | 1000111 | 10100 |
Color Harmonies of #0F5728
Complementary color
Monochromatic Colors of #0F5728
Black with #0F5728
Text Example
Text Example
White with #0F5728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5728; }
p { color: rgb(15,87,40); }
H1.HeaderClassName
{
color: #0F5728;
}
.AnyTagClassName
{
color: #0F5728;
}
</style>
background-color css
<style>
a { background-color: #0F5728; }
a { background-color: rgb(15,87,40); }
div.DivClassName
{
background-color: #0F5728;
}
.BgClassName
{
background-color: #0F5728;
}
</style>
border-color css
<style>
span { border-color: #0F5728; }
span { border-color: rgb(15,87,40); }
td.TdClassName
{
border-color: #0F5728;
}
.TagClassName
{
border-color: #0F5728;
}
</style>