Shades of Crusoe #0B6520
Tints of Crusoe #0B6520
RGB
CMYK
RGB Variations
Color information
#0B6520 (or 0x0B6520) is known color: Crusoe. HEX triplet: 0B, 65 and 20. RGB value is (11,101,32). Sum of RGB (Red+Green+Blue) = 11+101+32=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 101 (39.84% from 255 or 70.14% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 101 - color contains mainly: green. Hex color #0B6520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6520 is #F49ADF. Grayscale: #424242. Windows color (decimal): -16030432 or 2123019. OLE color: 2123019.
HSL color Cylindrical-coordinate representation of color #0B6520: hue angle of 134º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6520 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 11 | 101 | 32 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.60 |
| HSL | 134º | 0.8% | 0.22% | - |
| HSV(B) | 134º | 0.89% | 0.4% | - |
| XYZ | 5.05 | 9.48 | 2.93 | - |
| YUV | 66.22 | 108.68 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 101 | 32 | 0.89 | 0 | 0.68 | 0.60 | 134 | 0.8 | 0.22 |
| Hex | B | 65 | 20 | 59 | 0 | 44 | 3C | 86 | 50 | 16 |
| Octal | 13 | 145 | 40 | 131 | 0 | 104 | 74 | 206 | 120 | 26 |
| Binary | 1011 | 1100101 | 100000 | 1011001 | 0 | 1000100 | 111100 | 10000110 | 1010000 | 10110 |
Color Harmonies of #0B6520
Complementary color
Monochromatic Colors of #0B6520
Black with #0B6520
Text Example
Text Example
White with #0B6520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6520; }
p { color: rgb(11,101,32); }
H1.HeaderClassName
{
color: #0B6520;
}
.AnyTagClassName
{
color: #0B6520;
}
</style>
background-color css
<style>
a { background-color: #0B6520; }
a { background-color: rgb(11,101,32); }
div.DivClassName
{
background-color: #0B6520;
}
.BgClassName
{
background-color: #0B6520;
}
</style>
border-color css
<style>
span { border-color: #0B6520; }
span { border-color: rgb(11,101,32); }
td.TdClassName
{
border-color: #0B6520;
}
.TagClassName
{
border-color: #0B6520;
}
</style>