Shades of Crusoe #0B5A34
Tints of Crusoe #0B5A34
RGB
CMYK
RGB Variations
Color information
#0B5A34 (or 0x0B5A34) is known color: Crusoe. HEX triplet: 0B, 5A and 34. RGB value is (11,90,52). Sum of RGB (Red+Green+Blue) = 11+90+52=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5A34 is #F4A5CB. Grayscale: #3E3E3E. Windows color (decimal): -16033228 or 3430923. OLE color: 3430923.
HSL color Cylindrical-coordinate representation of color #0B5A34: hue angle of 151.14º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5A34 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 90 | 52 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.65 |
| HSL | 151.14º | 0.78% | 0.2% | - |
| HSV(B) | 151.14º | 0.88% | 0.35% | - |
| XYZ | 4.41 | 7.63 | 4.49 | - |
| YUV | 62.05 | 122.33 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 52 | 0.88 | 0 | 0.42 | 0.65 | 151.14 | 0.78 | 0.2 |
| Hex | B | 5A | 34 | 58 | 0 | 2A | 41 | 97 | 4E | 14 |
| Octal | 13 | 132 | 64 | 130 | 0 | 52 | 101 | 227 | 116 | 24 |
| Binary | 1011 | 1011010 | 110100 | 1011000 | 0 | 101010 | 1000001 | 10010111 | 1001110 | 10100 |
Color Harmonies of #0B5A34
Complementary color
Monochromatic Colors of #0B5A34
Black with #0B5A34
Text Example
Text Example
White with #0B5A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5A34; }
p { color: rgb(11,90,52); }
H1.HeaderClassName
{
color: #0B5A34;
}
.AnyTagClassName
{
color: #0B5A34;
}
</style>
background-color css
<style>
a { background-color: #0B5A34; }
a { background-color: rgb(11,90,52); }
div.DivClassName
{
background-color: #0B5A34;
}
.BgClassName
{
background-color: #0B5A34;
}
</style>
border-color css
<style>
span { border-color: #0B5A34; }
span { border-color: rgb(11,90,52); }
td.TdClassName
{
border-color: #0B5A34;
}
.TagClassName
{
border-color: #0B5A34;
}
</style>