Shades of Crusoe #0B521C
Tints of Crusoe #0B521C
RGB
CMYK
RGB Variations
Color information
#0B521C (or 0x0B521C) is known color: Crusoe. HEX triplet: 0B, 52 and 1C. RGB value is (11,82,28). Sum of RGB (Red+Green+Blue) = 11+82+28=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #0B521C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B521C is #F4ADE3. Grayscale: #363636. Windows color (decimal): -16035300 or 1856011. OLE color: 1856011.
HSL color Cylindrical-coordinate representation of color #0B521C: hue angle of 134.37º 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 #0B521C is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 82 | 28 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.68 |
| HSL | 134.37º | 0.76% | 0.18% | - |
| HSV(B) | 134.37º | 0.87% | 0.32% | - |
| XYZ | 3.36 | 6.19 | 2.12 | - |
| YUV | 54.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 28 | 0.87 | 0 | 0.66 | 0.68 | 134.37 | 0.76 | 0.18 |
| Hex | B | 52 | 1C | 57 | 0 | 42 | 44 | 86 | 4C | 12 |
| Octal | 13 | 122 | 34 | 127 | 0 | 102 | 104 | 206 | 114 | 22 |
| Binary | 1011 | 1010010 | 11100 | 1010111 | 0 | 1000010 | 1000100 | 10000110 | 1001100 | 10010 |
Color Harmonies of #0B521C
Complementary color
Monochromatic Colors of #0B521C
Black with #0B521C
Text Example
Text Example
White with #0B521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B521C; }
p { color: rgb(11,82,28); }
H1.HeaderClassName
{
color: #0B521C;
}
.AnyTagClassName
{
color: #0B521C;
}
</style>
background-color css
<style>
a { background-color: #0B521C; }
a { background-color: rgb(11,82,28); }
div.DivClassName
{
background-color: #0B521C;
}
.BgClassName
{
background-color: #0B521C;
}
</style>
border-color css
<style>
span { border-color: #0B521C; }
span { border-color: rgb(11,82,28); }
td.TdClassName
{
border-color: #0B521C;
}
.TagClassName
{
border-color: #0B521C;
}
</style>