Shades of Crusoe #0F511F
Tints of Crusoe #0F511F
RGB
CMYK
RGB Variations
Color information
#0F511F (or 0x0F511F) is known color: Crusoe. HEX triplet: 0F, 51 and 1F. RGB value is (15,81,31). Sum of RGB (Red+Green+Blue) = 15+81+31=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 81 (32.03% from 255 or 63.78% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 81 - color contains mainly: green. Hex color #0F511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F511F is #F0AEE0. Grayscale: #373737. Windows color (decimal): -15773409 or 2052367. OLE color: 2052367.
HSL color Cylindrical-coordinate representation of color #0F511F: hue angle of 134.55º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F511F is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 81 | 31 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.68 |
| HSL | 134.55º | 0.69% | 0.19% | - |
| HSV(B) | 134.55º | 0.81% | 0.32% | - |
| XYZ | 3.39 | 6.09 | 2.29 | - |
| YUV | 55.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 81 | 31 | 0.81 | 0 | 0.62 | 0.68 | 134.55 | 0.69 | 0.19 |
| Hex | F | 51 | 1F | 51 | 0 | 3E | 44 | 87 | 45 | 13 |
| Octal | 17 | 121 | 37 | 121 | 0 | 76 | 104 | 207 | 105 | 23 |
| Binary | 1111 | 1010001 | 11111 | 1010001 | 0 | 111110 | 1000100 | 10000111 | 1000101 | 10011 |
Color Harmonies of #0F511F
Complementary color
Monochromatic Colors of #0F511F
Black with #0F511F
Text Example
Text Example
White with #0F511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F511F; }
p { color: rgb(15,81,31); }
H1.HeaderClassName
{
color: #0F511F;
}
.AnyTagClassName
{
color: #0F511F;
}
</style>
background-color css
<style>
a { background-color: #0F511F; }
a { background-color: rgb(15,81,31); }
div.DivClassName
{
background-color: #0F511F;
}
.BgClassName
{
background-color: #0F511F;
}
</style>
border-color css
<style>
span { border-color: #0F511F; }
span { border-color: rgb(15,81,31); }
td.TdClassName
{
border-color: #0F511F;
}
.TagClassName
{
border-color: #0F511F;
}
</style>