Shades of Crusoe #0C542D
Tints of Crusoe #0C542D
RGB
CMYK
RGB Variations
Color information
#0C542D (or 0x0C542D) is known color: Crusoe. HEX triplet: 0C, 54 and 2D. RGB value is (12,84,45). Sum of RGB (Red+Green+Blue) = 12+84+45=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #0C542D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C542D is #F3ABD2. Grayscale: #3A3A3A. Windows color (decimal): -15969235 or 2970636. OLE color: 2970636.
HSL color Cylindrical-coordinate representation of color #0C542D: hue angle of 147.5º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C542D is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 84 | 45 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.67 |
| HSL | 147.5º | 0.75% | 0.19% | - |
| HSV(B) | 147.5º | 0.86% | 0.33% | - |
| XYZ | 3.8 | 6.61 | 3.56 | - |
| YUV | 58.03 | 120.65 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 45 | 0.86 | 0 | 0.46 | 0.67 | 147.5 | 0.75 | 0.19 |
| Hex | C | 54 | 2D | 56 | 0 | 2E | 43 | 94 | 4B | 13 |
| Octal | 14 | 124 | 55 | 126 | 0 | 56 | 103 | 224 | 113 | 23 |
| Binary | 1100 | 1010100 | 101101 | 1010110 | 0 | 101110 | 1000011 | 10010100 | 1001011 | 10011 |
Color Harmonies of #0C542D
Complementary color
Monochromatic Colors of #0C542D
Black with #0C542D
Text Example
Text Example
White with #0C542D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C542D; }
p { color: rgb(12,84,45); }
H1.HeaderClassName
{
color: #0C542D;
}
.AnyTagClassName
{
color: #0C542D;
}
</style>
background-color css
<style>
a { background-color: #0C542D; }
a { background-color: rgb(12,84,45); }
div.DivClassName
{
background-color: #0C542D;
}
.BgClassName
{
background-color: #0C542D;
}
</style>
border-color css
<style>
span { border-color: #0C542D; }
span { border-color: rgb(12,84,45); }
td.TdClassName
{
border-color: #0C542D;
}
.TagClassName
{
border-color: #0C542D;
}
</style>