Shades of Crusoe #0B591C
Tints of Crusoe #0B591C
RGB
CMYK
RGB Variations
Color information
#0B591C (or 0x0B591C) is known color: Crusoe. HEX triplet: 0B, 59 and 1C. RGB value is (11,89,28). Sum of RGB (Red+Green+Blue) = 11+89+28=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 89 (35.16% from 255 or 69.53% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 89 - color contains mainly: green. Hex color #0B591C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B591C is #F4A6E3. Grayscale: #3A3A3A. Windows color (decimal): -16033508 or 1857803. OLE color: 1857803.
HSL color Cylindrical-coordinate representation of color #0B591C: hue angle of 133.08º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B591C is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 89 | 28 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.65 |
| HSL | 133.08º | 0.78% | 0.2% | - |
| HSV(B) | 133.08º | 0.88% | 0.35% | - |
| XYZ | 3.92 | 7.3 | 2.3 | - |
| YUV | 58.72 | 110.66 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 89 | 28 | 0.88 | 0 | 0.69 | 0.65 | 133.08 | 0.78 | 0.2 |
| Hex | B | 59 | 1C | 58 | 0 | 45 | 41 | 85 | 4E | 14 |
| Octal | 13 | 131 | 34 | 130 | 0 | 105 | 101 | 205 | 116 | 24 |
| Binary | 1011 | 1011001 | 11100 | 1011000 | 0 | 1000101 | 1000001 | 10000101 | 1001110 | 10100 |
Color Harmonies of #0B591C
Complementary color
Monochromatic Colors of #0B591C
Black with #0B591C
Text Example
Text Example
White with #0B591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B591C; }
p { color: rgb(11,89,28); }
H1.HeaderClassName
{
color: #0B591C;
}
.AnyTagClassName
{
color: #0B591C;
}
</style>
background-color css
<style>
a { background-color: #0B591C; }
a { background-color: rgb(11,89,28); }
div.DivClassName
{
background-color: #0B591C;
}
.BgClassName
{
background-color: #0B591C;
}
</style>
border-color css
<style>
span { border-color: #0B591C; }
span { border-color: rgb(11,89,28); }
td.TdClassName
{
border-color: #0B591C;
}
.TagClassName
{
border-color: #0B591C;
}
</style>