Shades of Crusoe #0B521A
Tints of Crusoe #0B521A
RGB
CMYK
RGB Variations
Color information
#0B521A (or 0x0B521A) is known color: Crusoe. HEX triplet: 0B, 52 and 1A. RGB value is (11,82,26). Sum of RGB (Red+Green+Blue) = 11+82+26=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #0B521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B521A is #F4ADE5. Grayscale: #363636. Windows color (decimal): -16035302 or 1724939. OLE color: 1724939.
HSL color Cylindrical-coordinate representation of color #0B521A: hue angle of 132.68º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B521A is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 82 | 26 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.68 |
| HSL | 132.68º | 0.76% | 0.18% | - |
| HSV(B) | 132.68º | 0.87% | 0.32% | - |
| XYZ | 3.34 | 6.18 | 1.99 | - |
| YUV | 54.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 26 | 0.87 | 0 | 0.68 | 0.68 | 132.68 | 0.76 | 0.18 |
| Hex | B | 52 | 1A | 57 | 0 | 44 | 44 | 85 | 4C | 12 |
| Octal | 13 | 122 | 32 | 127 | 0 | 104 | 104 | 205 | 114 | 22 |
| Binary | 1011 | 1010010 | 11010 | 1010111 | 0 | 1000100 | 1000100 | 10000101 | 1001100 | 10010 |
Color Harmonies of #0B521A
Complementary color
Monochromatic Colors of #0B521A
Black with #0B521A
Text Example
Text Example
White with #0B521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B521A; }
p { color: rgb(11,82,26); }
H1.HeaderClassName
{
color: #0B521A;
}
.AnyTagClassName
{
color: #0B521A;
}
</style>
background-color css
<style>
a { background-color: #0B521A; }
a { background-color: rgb(11,82,26); }
div.DivClassName
{
background-color: #0B521A;
}
.BgClassName
{
background-color: #0B521A;
}
</style>
border-color css
<style>
span { border-color: #0B521A; }
span { border-color: rgb(11,82,26); }
td.TdClassName
{
border-color: #0B521A;
}
.TagClassName
{
border-color: #0B521A;
}
</style>