Shades of Crusoe #0B582B
Tints of Crusoe #0B582B
RGB
CMYK
RGB Variations
Color information
#0B582B (or 0x0B582B) is known color: Crusoe. HEX triplet: 0B, 58 and 2B. RGB value is (11,88,43). Sum of RGB (Red+Green+Blue) = 11+88+43=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #0B582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B582B is #F4A7D4. Grayscale: #3B3B3B. Windows color (decimal): -16033749 or 2840587. OLE color: 2840587.
HSL color Cylindrical-coordinate representation of color #0B582B: hue angle of 144.94º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B582B is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 88 | 43 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.65 |
| HSL | 144.94º | 0.78% | 0.19% | - |
| HSV(B) | 144.94º | 0.88% | 0.35% | - |
| XYZ | 4.06 | 7.23 | 3.47 | - |
| YUV | 59.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 43 | 0.88 | 0 | 0.51 | 0.65 | 144.94 | 0.78 | 0.19 |
| Hex | B | 58 | 2B | 58 | 0 | 33 | 41 | 91 | 4E | 13 |
| Octal | 13 | 130 | 53 | 130 | 0 | 63 | 101 | 221 | 116 | 23 |
| Binary | 1011 | 1011000 | 101011 | 1011000 | 0 | 110011 | 1000001 | 10010001 | 1001110 | 10011 |
Color Harmonies of #0B582B
Complementary color
Monochromatic Colors of #0B582B
Black with #0B582B
Text Example
Text Example
White with #0B582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B582B; }
p { color: rgb(11,88,43); }
H1.HeaderClassName
{
color: #0B582B;
}
.AnyTagClassName
{
color: #0B582B;
}
</style>
background-color css
<style>
a { background-color: #0B582B; }
a { background-color: rgb(11,88,43); }
div.DivClassName
{
background-color: #0B582B;
}
.BgClassName
{
background-color: #0B582B;
}
</style>
border-color css
<style>
span { border-color: #0B582B; }
span { border-color: rgb(11,88,43); }
td.TdClassName
{
border-color: #0B582B;
}
.TagClassName
{
border-color: #0B582B;
}
</style>