Shades of Crusoe #0F591B
Tints of Crusoe #0F591B
RGB
CMYK
RGB Variations
Color information
#0F591B (or 0x0F591B) is known color: Crusoe. HEX triplet: 0F, 59 and 1B. RGB value is (15,89,27). Sum of RGB (Red+Green+Blue) = 15+89+27=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #0F591B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F591B is #F0A6E4. Grayscale: #3B3B3B. Windows color (decimal): -15771365 or 1792271. OLE color: 1792271.
HSL color Cylindrical-coordinate representation of color #0F591B: hue angle of 129.73º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F591B is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 89 | 27 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.65 |
| HSL | 129.73º | 0.71% | 0.2% | - |
| HSV(B) | 129.73º | 0.83% | 0.35% | - |
| XYZ | 3.97 | 7.33 | 2.24 | - |
| YUV | 59.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 27 | 0.83 | 0 | 0.70 | 0.65 | 129.73 | 0.71 | 0.2 |
| Hex | F | 59 | 1B | 53 | 0 | 46 | 41 | 82 | 47 | 14 |
| Octal | 17 | 131 | 33 | 123 | 0 | 106 | 101 | 202 | 107 | 24 |
| Binary | 1111 | 1011001 | 11011 | 1010011 | 0 | 1000110 | 1000001 | 10000010 | 1000111 | 10100 |
Color Harmonies of #0F591B
Complementary color
Monochromatic Colors of #0F591B
Black with #0F591B
Text Example
Text Example
White with #0F591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F591B; }
p { color: rgb(15,89,27); }
H1.HeaderClassName
{
color: #0F591B;
}
.AnyTagClassName
{
color: #0F591B;
}
</style>
background-color css
<style>
a { background-color: #0F591B; }
a { background-color: rgb(15,89,27); }
div.DivClassName
{
background-color: #0F591B;
}
.BgClassName
{
background-color: #0F591B;
}
</style>
border-color css
<style>
span { border-color: #0F591B; }
span { border-color: rgb(15,89,27); }
td.TdClassName
{
border-color: #0F591B;
}
.TagClassName
{
border-color: #0F591B;
}
</style>