Shades of Crusoe #0B5227
Tints of Crusoe #0B5227
RGB
CMYK
RGB Variations
Color information
#0B5227 (or 0x0B5227) is known color: Crusoe. HEX triplet: 0B, 52 and 27. RGB value is (11,82,39). Sum of RGB (Red+Green+Blue) = 11+82+39=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #0B5227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5227 is #F4ADD8. Grayscale: #373737. Windows color (decimal): -16035289 or 2576907. OLE color: 2576907.
HSL color Cylindrical-coordinate representation of color #0B5227: hue angle of 143.66º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5227 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 82 | 39 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.68 |
| HSL | 143.66º | 0.76% | 0.18% | - |
| HSV(B) | 143.66º | 0.87% | 0.32% | - |
| XYZ | 3.52 | 6.25 | 2.94 | - |
| YUV | 55.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 39 | 0.87 | 0 | 0.52 | 0.68 | 143.66 | 0.76 | 0.18 |
| Hex | B | 52 | 27 | 57 | 0 | 34 | 44 | 90 | 4C | 12 |
| Octal | 13 | 122 | 47 | 127 | 0 | 64 | 104 | 220 | 114 | 22 |
| Binary | 1011 | 1010010 | 100111 | 1010111 | 0 | 110100 | 1000100 | 10010000 | 1001100 | 10010 |
Color Harmonies of #0B5227
Complementary color
Monochromatic Colors of #0B5227
Black with #0B5227
Text Example
Text Example
White with #0B5227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5227; }
p { color: rgb(11,82,39); }
H1.HeaderClassName
{
color: #0B5227;
}
.AnyTagClassName
{
color: #0B5227;
}
</style>
background-color css
<style>
a { background-color: #0B5227; }
a { background-color: rgb(11,82,39); }
div.DivClassName
{
background-color: #0B5227;
}
.BgClassName
{
background-color: #0B5227;
}
</style>
border-color css
<style>
span { border-color: #0B5227; }
span { border-color: rgb(11,82,39); }
td.TdClassName
{
border-color: #0B5227;
}
.TagClassName
{
border-color: #0B5227;
}
</style>