Shades of Crusoe #0B4F22
Tints of Crusoe #0B4F22
RGB
CMYK
RGB Variations
Color information
#0B4F22 (or 0x0B4F22) is known color: Crusoe. HEX triplet: 0B, 4F and 22. RGB value is (11,79,34). Sum of RGB (Red+Green+Blue) = 11+79+34=124 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.87% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4F22 is #F4B0DD. Grayscale: #353535. Windows color (decimal): -16036062 or 2248459. OLE color: 2248459.
HSL color Cylindrical-coordinate representation of color #0B4F22: hue angle of 140.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4F22 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 79 | 34 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.69 |
| HSL | 140.29º | 0.76% | 0.18% | - |
| HSV(B) | 140.29º | 0.86% | 0.31% | - |
| XYZ | 3.22 | 5.78 | 2.46 | - |
| YUV | 53.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 79 | 34 | 0.86 | 0 | 0.57 | 0.69 | 140.29 | 0.76 | 0.18 |
| Hex | B | 4F | 22 | 56 | 0 | 39 | 45 | 8C | 4C | 12 |
| Octal | 13 | 117 | 42 | 126 | 0 | 71 | 105 | 214 | 114 | 22 |
| Binary | 1011 | 1001111 | 100010 | 1010110 | 0 | 111001 | 1000101 | 10001100 | 1001100 | 10010 |
Color Harmonies of #0B4F22
Complementary color
Monochromatic Colors of #0B4F22
Black with #0B4F22
Text Example
Text Example
White with #0B4F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4F22; }
p { color: rgb(11,79,34); }
H1.HeaderClassName
{
color: #0B4F22;
}
.AnyTagClassName
{
color: #0B4F22;
}
</style>
background-color css
<style>
a { background-color: #0B4F22; }
a { background-color: rgb(11,79,34); }
div.DivClassName
{
background-color: #0B4F22;
}
.BgClassName
{
background-color: #0B4F22;
}
</style>
border-color css
<style>
span { border-color: #0B4F22; }
span { border-color: rgb(11,79,34); }
td.TdClassName
{
border-color: #0B4F22;
}
.TagClassName
{
border-color: #0B4F22;
}
</style>