Shades of Crusoe #0B5920
Tints of Crusoe #0B5920
RGB
CMYK
RGB Variations
Color information
#0B5920 (or 0x0B5920) is known color: Crusoe. HEX triplet: 0B, 59 and 20. RGB value is (11,89,32). Sum of RGB (Red+Green+Blue) = 11+89+32=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #0B5920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5920 is #F4A6DF. Grayscale: #3B3B3B. Windows color (decimal): -16033504 or 2119947. OLE color: 2119947.
HSL color Cylindrical-coordinate representation of color #0B5920: hue angle of 136.15º 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 #0B5920 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 89 | 32 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.65 |
| HSL | 136.15º | 0.78% | 0.2% | - |
| HSV(B) | 136.15º | 0.88% | 0.35% | - |
| XYZ | 3.97 | 7.32 | 2.57 | - |
| YUV | 59.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 89 | 32 | 0.88 | 0 | 0.64 | 0.65 | 136.15 | 0.78 | 0.2 |
| Hex | B | 59 | 20 | 58 | 0 | 40 | 41 | 88 | 4E | 14 |
| Octal | 13 | 131 | 40 | 130 | 0 | 100 | 101 | 210 | 116 | 24 |
| Binary | 1011 | 1011001 | 100000 | 1011000 | 0 | 1000000 | 1000001 | 10001000 | 1001110 | 10100 |
Color Harmonies of #0B5920
Complementary color
Monochromatic Colors of #0B5920
Black with #0B5920
Text Example
Text Example
White with #0B5920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5920; }
p { color: rgb(11,89,32); }
H1.HeaderClassName
{
color: #0B5920;
}
.AnyTagClassName
{
color: #0B5920;
}
</style>
background-color css
<style>
a { background-color: #0B5920; }
a { background-color: rgb(11,89,32); }
div.DivClassName
{
background-color: #0B5920;
}
.BgClassName
{
background-color: #0B5920;
}
</style>
border-color css
<style>
span { border-color: #0B5920; }
span { border-color: rgb(11,89,32); }
td.TdClassName
{
border-color: #0B5920;
}
.TagClassName
{
border-color: #0B5920;
}
</style>