Shades of Crusoe #0B5A2B
Tints of Crusoe #0B5A2B
RGB
CMYK
RGB Variations
Color information
#0B5A2B (or 0x0B5A2B) is known color: Crusoe. HEX triplet: 0B, 5A and 2B. RGB value is (11,90,43). Sum of RGB (Red+Green+Blue) = 11+90+43=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5A2B is #F4A5D4. Grayscale: #3D3D3D. Windows color (decimal): -16033237 or 2841099. OLE color: 2841099.
HSL color Cylindrical-coordinate representation of color #0B5A2B: hue angle of 144.3º 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 #0B5A2B is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 90 | 43 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.65 |
| HSL | 144.3º | 0.78% | 0.2% | - |
| HSV(B) | 144.3º | 0.88% | 0.35% | - |
| XYZ | 4.23 | 7.56 | 3.52 | - |
| YUV | 61.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 90 | 43 | 0.88 | 0 | 0.52 | 0.65 | 144.3 | 0.78 | 0.2 |
| Hex | B | 5A | 2B | 58 | 0 | 34 | 41 | 90 | 4E | 14 |
| Octal | 13 | 132 | 53 | 130 | 0 | 64 | 101 | 220 | 116 | 24 |
| Binary | 1011 | 1011010 | 101011 | 1011000 | 0 | 110100 | 1000001 | 10010000 | 1001110 | 10100 |
Color Harmonies of #0B5A2B
Complementary color
Monochromatic Colors of #0B5A2B
Black with #0B5A2B
Text Example
Text Example
White with #0B5A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5A2B; }
p { color: rgb(11,90,43); }
H1.HeaderClassName
{
color: #0B5A2B;
}
.AnyTagClassName
{
color: #0B5A2B;
}
</style>
background-color css
<style>
a { background-color: #0B5A2B; }
a { background-color: rgb(11,90,43); }
div.DivClassName
{
background-color: #0B5A2B;
}
.BgClassName
{
background-color: #0B5A2B;
}
</style>
border-color css
<style>
span { border-color: #0B5A2B; }
span { border-color: rgb(11,90,43); }
td.TdClassName
{
border-color: #0B5A2B;
}
.TagClassName
{
border-color: #0B5A2B;
}
</style>