Shades of Crusoe #0B5532
Tints of Crusoe #0B5532
RGB
CMYK
RGB Variations
Color information
#0B5532 (or 0x0B5532) is known color: Crusoe. HEX triplet: 0B, 55 and 32. RGB value is (11,85,50). Sum of RGB (Red+Green+Blue) = 11+85+50=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #0B5532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5532 is #F4AACD. Grayscale: #3A3A3A. Windows color (decimal): -16034510 or 3298571. OLE color: 3298571.
HSL color Cylindrical-coordinate representation of color #0B5532: hue angle of 151.62º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5532 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 85 | 50 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.67 |
| HSL | 151.62º | 0.77% | 0.19% | - |
| HSV(B) | 151.62º | 0.87% | 0.33% | - |
| XYZ | 3.96 | 6.8 | 4.12 | - |
| YUV | 58.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 85 | 50 | 0.87 | 0 | 0.41 | 0.67 | 151.62 | 0.77 | 0.19 |
| Hex | B | 55 | 32 | 57 | 0 | 29 | 43 | 98 | 4D | 13 |
| Octal | 13 | 125 | 62 | 127 | 0 | 51 | 103 | 230 | 115 | 23 |
| Binary | 1011 | 1010101 | 110010 | 1010111 | 0 | 101001 | 1000011 | 10011000 | 1001101 | 10011 |
Color Harmonies of #0B5532
Complementary color
Monochromatic Colors of #0B5532
Black with #0B5532
Text Example
Text Example
White with #0B5532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5532; }
p { color: rgb(11,85,50); }
H1.HeaderClassName
{
color: #0B5532;
}
.AnyTagClassName
{
color: #0B5532;
}
</style>
background-color css
<style>
a { background-color: #0B5532; }
a { background-color: rgb(11,85,50); }
div.DivClassName
{
background-color: #0B5532;
}
.BgClassName
{
background-color: #0B5532;
}
</style>
border-color css
<style>
span { border-color: #0B5532; }
span { border-color: rgb(11,85,50); }
td.TdClassName
{
border-color: #0B5532;
}
.TagClassName
{
border-color: #0B5532;
}
</style>