Shades of Crusoe #0B5120
Tints of Crusoe #0B5120
RGB
CMYK
RGB Variations
Color information
#0B5120 (or 0x0B5120) is known color: Crusoe. HEX triplet: 0B, 51 and 20. RGB value is (11,81,32). Sum of RGB (Red+Green+Blue) = 11+81+32=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #0B5120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5120 is #F4AEDF. Grayscale: #363636. Windows color (decimal): -16035552 or 2117899. OLE color: 2117899.
HSL color Cylindrical-coordinate representation of color #0B5120: hue angle of 138º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5120 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 81 | 32 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.68 |
| HSL | 138º | 0.76% | 0.18% | - |
| HSV(B) | 138º | 0.86% | 0.32% | - |
| XYZ | 3.34 | 6.06 | 2.36 | - |
| YUV | 54.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 32 | 0.86 | 0 | 0.60 | 0.68 | 138 | 0.76 | 0.18 |
| Hex | B | 51 | 20 | 56 | 0 | 3C | 44 | 8A | 4C | 12 |
| Octal | 13 | 121 | 40 | 126 | 0 | 74 | 104 | 212 | 114 | 22 |
| Binary | 1011 | 1010001 | 100000 | 1010110 | 0 | 111100 | 1000100 | 10001010 | 1001100 | 10010 |
Color Harmonies of #0B5120
Complementary color
Monochromatic Colors of #0B5120
Black with #0B5120
Text Example
Text Example
White with #0B5120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5120; }
p { color: rgb(11,81,32); }
H1.HeaderClassName
{
color: #0B5120;
}
.AnyTagClassName
{
color: #0B5120;
}
</style>
background-color css
<style>
a { background-color: #0B5120; }
a { background-color: rgb(11,81,32); }
div.DivClassName
{
background-color: #0B5120;
}
.BgClassName
{
background-color: #0B5120;
}
</style>
border-color css
<style>
span { border-color: #0B5120; }
span { border-color: rgb(11,81,32); }
td.TdClassName
{
border-color: #0B5120;
}
.TagClassName
{
border-color: #0B5120;
}
</style>