Shades of Crusoe #0B6528
Tints of Crusoe #0B6528
RGB
CMYK
RGB Variations
Color information
#0B6528 (or 0x0B6528) is known color: Crusoe. HEX triplet: 0B, 65 and 28. RGB value is (11,101,40). Sum of RGB (Red+Green+Blue) = 11+101+40=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #0B6528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6528 is #F49AD7. Grayscale: #434343. Windows color (decimal): -16030424 or 2647307. OLE color: 2647307.
HSL color Cylindrical-coordinate representation of color #0B6528: hue angle of 139.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6528 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 101 | 40 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.60 |
| HSL | 139.33º | 0.8% | 0.22% | - |
| HSV(B) | 139.33º | 0.89% | 0.4% | - |
| XYZ | 5.17 | 9.53 | 3.57 | - |
| YUV | 67.14 | 112.68 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 40 | 0.89 | 0 | 0.60 | 0.60 | 139.33 | 0.8 | 0.22 |
| Hex | B | 65 | 28 | 59 | 0 | 3C | 3C | 8B | 50 | 16 |
| Octal | 13 | 145 | 50 | 131 | 0 | 74 | 74 | 213 | 120 | 26 |
| Binary | 1011 | 1100101 | 101000 | 1011001 | 0 | 111100 | 111100 | 10001011 | 1010000 | 10110 |
Color Harmonies of #0B6528
Complementary color
Monochromatic Colors of #0B6528
Black with #0B6528
Text Example
Text Example
White with #0B6528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6528; }
p { color: rgb(11,101,40); }
H1.HeaderClassName
{
color: #0B6528;
}
.AnyTagClassName
{
color: #0B6528;
}
</style>
background-color css
<style>
a { background-color: #0B6528; }
a { background-color: rgb(11,101,40); }
div.DivClassName
{
background-color: #0B6528;
}
.BgClassName
{
background-color: #0B6528;
}
</style>
border-color css
<style>
span { border-color: #0B6528; }
span { border-color: rgb(11,101,40); }
td.TdClassName
{
border-color: #0B6528;
}
.TagClassName
{
border-color: #0B6528;
}
</style>