Shades of Crusoe #0B6322
Tints of Crusoe #0B6322
RGB
CMYK
RGB Variations
Color information
#0B6322 (or 0x0B6322) is known color: Crusoe. HEX triplet: 0B, 63 and 22. RGB value is (11,99,34). Sum of RGB (Red+Green+Blue) = 11+99+34=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #0B6322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B6322 is #F49CDD. Grayscale: #414141. Windows color (decimal): -16030942 or 2253579. OLE color: 2253579.
HSL color Cylindrical-coordinate representation of color #0B6322: hue angle of 135.68º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6322 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 99 | 34 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.61 |
| HSL | 135.68º | 0.8% | 0.22% | - |
| HSV(B) | 135.68º | 0.89% | 0.39% | - |
| XYZ | 4.89 | 9.11 | 3.01 | - |
| YUV | 65.28 | 110.35 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 99 | 34 | 0.89 | 0 | 0.66 | 0.61 | 135.68 | 0.8 | 0.22 |
| Hex | B | 63 | 22 | 59 | 0 | 42 | 3D | 88 | 50 | 16 |
| Octal | 13 | 143 | 42 | 131 | 0 | 102 | 75 | 210 | 120 | 26 |
| Binary | 1011 | 1100011 | 100010 | 1011001 | 0 | 1000010 | 111101 | 10001000 | 1010000 | 10110 |
Color Harmonies of #0B6322
Complementary color
Monochromatic Colors of #0B6322
Black with #0B6322
Text Example
Text Example
White with #0B6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6322; }
p { color: rgb(11,99,34); }
H1.HeaderClassName
{
color: #0B6322;
}
.AnyTagClassName
{
color: #0B6322;
}
</style>
background-color css
<style>
a { background-color: #0B6322; }
a { background-color: rgb(11,99,34); }
div.DivClassName
{
background-color: #0B6322;
}
.BgClassName
{
background-color: #0B6322;
}
</style>
border-color css
<style>
span { border-color: #0B6322; }
span { border-color: rgb(11,99,34); }
td.TdClassName
{
border-color: #0B6322;
}
.TagClassName
{
border-color: #0B6322;
}
</style>