Shades of Crusoe #0F5D25
Tints of Crusoe #0F5D25
RGB
CMYK
RGB Variations
Color information
#0F5D25 (or 0x0F5D25) is known color: Crusoe. HEX triplet: 0F, 5D and 25. RGB value is (15,93,37). Sum of RGB (Red+Green+Blue) = 15+93+37=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 93 (36.72% from 255 or 64.14% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5D25 is #F0A2DA. Grayscale: #3F3F3F. Windows color (decimal): -15770331 or 2448655. OLE color: 2448655.
HSL color Cylindrical-coordinate representation of color #0F5D25: hue angle of 136.92º 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 #0F5D25 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 93 | 37 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.64 |
| HSL | 136.92º | 0.72% | 0.21% | - |
| HSV(B) | 136.92º | 0.84% | 0.36% | - |
| XYZ | 4.45 | 8.06 | 3.07 | - |
| YUV | 63.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 37 | 0.84 | 0 | 0.60 | 0.64 | 136.92 | 0.72 | 0.21 |
| Hex | F | 5D | 25 | 54 | 0 | 3C | 40 | 89 | 48 | 15 |
| Octal | 17 | 135 | 45 | 124 | 0 | 74 | 100 | 211 | 110 | 25 |
| Binary | 1111 | 1011101 | 100101 | 1010100 | 0 | 111100 | 1000000 | 10001001 | 1001000 | 10101 |
Color Harmonies of #0F5D25
Complementary color
Monochromatic Colors of #0F5D25
Black with #0F5D25
Text Example
Text Example
White with #0F5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5D25; }
p { color: rgb(15,93,37); }
H1.HeaderClassName
{
color: #0F5D25;
}
.AnyTagClassName
{
color: #0F5D25;
}
</style>
background-color css
<style>
a { background-color: #0F5D25; }
a { background-color: rgb(15,93,37); }
div.DivClassName
{
background-color: #0F5D25;
}
.BgClassName
{
background-color: #0F5D25;
}
</style>
border-color css
<style>
span { border-color: #0F5D25; }
span { border-color: rgb(15,93,37); }
td.TdClassName
{
border-color: #0F5D25;
}
.TagClassName
{
border-color: #0F5D25;
}
</style>