Shades of Crusoe #0B542C
Tints of Crusoe #0B542C
RGB
CMYK
RGB Variations
Color information
#0B542C (or 0x0B542C) is known color: Crusoe. HEX triplet: 0B, 54 and 2C. RGB value is (11,84,44). Sum of RGB (Red+Green+Blue) = 11+84+44=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #0B542C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B542C is #F4ABD3. Grayscale: #393939. Windows color (decimal): -16034772 or 2905099. OLE color: 2905099.
HSL color Cylindrical-coordinate representation of color #0B542C: hue angle of 147.12º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B542C is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 84 | 44 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.67 |
| HSL | 147.12º | 0.77% | 0.19% | - |
| HSV(B) | 147.12º | 0.87% | 0.33% | - |
| XYZ | 3.76 | 6.59 | 3.46 | - |
| YUV | 57.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 44 | 0.87 | 0 | 0.48 | 0.67 | 147.12 | 0.77 | 0.19 |
| Hex | B | 54 | 2C | 57 | 0 | 30 | 43 | 93 | 4D | 13 |
| Octal | 13 | 124 | 54 | 127 | 0 | 60 | 103 | 223 | 115 | 23 |
| Binary | 1011 | 1010100 | 101100 | 1010111 | 0 | 110000 | 1000011 | 10010011 | 1001101 | 10011 |
Color Harmonies of #0B542C
Complementary color
Monochromatic Colors of #0B542C
Black with #0B542C
Text Example
Text Example
White with #0B542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B542C; }
p { color: rgb(11,84,44); }
H1.HeaderClassName
{
color: #0B542C;
}
.AnyTagClassName
{
color: #0B542C;
}
</style>
background-color css
<style>
a { background-color: #0B542C; }
a { background-color: rgb(11,84,44); }
div.DivClassName
{
background-color: #0B542C;
}
.BgClassName
{
background-color: #0B542C;
}
</style>
border-color css
<style>
span { border-color: #0B542C; }
span { border-color: rgb(11,84,44); }
td.TdClassName
{
border-color: #0B542C;
}
.TagClassName
{
border-color: #0B542C;
}
</style>