Shades of Crusoe #0B5128
Tints of Crusoe #0B5128
RGB
CMYK
RGB Variations
Color information
#0B5128 (or 0x0B5128) is known color: Crusoe. HEX triplet: 0B, 51 and 28. RGB value is (11,81,40). Sum of RGB (Red+Green+Blue) = 11+81+40=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 81 (32.03% from 255 or 61.36% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 81 - color contains mainly: green. Hex color #0B5128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5128 is #F4AED7. Grayscale: #373737. Windows color (decimal): -16035544 or 2642187. OLE color: 2642187.
HSL color Cylindrical-coordinate representation of color #0B5128: hue angle of 144.86º 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 #0B5128 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 81 | 40 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.68 |
| HSL | 144.86º | 0.76% | 0.18% | - |
| HSV(B) | 144.86º | 0.86% | 0.32% | - |
| XYZ | 3.46 | 6.11 | 3 | - |
| YUV | 55.4 | 119.31 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 40 | 0.86 | 0 | 0.51 | 0.68 | 144.86 | 0.76 | 0.18 |
| Hex | B | 51 | 28 | 56 | 0 | 33 | 44 | 91 | 4C | 12 |
| Octal | 13 | 121 | 50 | 126 | 0 | 63 | 104 | 221 | 114 | 22 |
| Binary | 1011 | 1010001 | 101000 | 1010110 | 0 | 110011 | 1000100 | 10010001 | 1001100 | 10010 |
Color Harmonies of #0B5128
Complementary color
Monochromatic Colors of #0B5128
Black with #0B5128
Text Example
Text Example
White with #0B5128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5128; }
p { color: rgb(11,81,40); }
H1.HeaderClassName
{
color: #0B5128;
}
.AnyTagClassName
{
color: #0B5128;
}
</style>
background-color css
<style>
a { background-color: #0B5128; }
a { background-color: rgb(11,81,40); }
div.DivClassName
{
background-color: #0B5128;
}
.BgClassName
{
background-color: #0B5128;
}
</style>
border-color css
<style>
span { border-color: #0B5128; }
span { border-color: rgb(11,81,40); }
td.TdClassName
{
border-color: #0B5128;
}
.TagClassName
{
border-color: #0B5128;
}
</style>