Shades of Crusoe #0C541B
Tints of Crusoe #0C541B
RGB
CMYK
RGB Variations
Color information
#0C541B (or 0x0C541B) is known color: Crusoe. HEX triplet: 0C, 54 and 1B. RGB value is (12,84,27). Sum of RGB (Red+Green+Blue) = 12+84+27=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #0C541B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C541B is #F3ABE4. Grayscale: #383838. Windows color (decimal): -15969253 or 1790988. OLE color: 1790988.
HSL color Cylindrical-coordinate representation of color #0C541B: hue angle of 132.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 #0C541B is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 84 | 27 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.67 |
| HSL | 132.5º | 0.75% | 0.19% | - |
| HSV(B) | 132.5º | 0.86% | 0.33% | - |
| XYZ | 3.52 | 6.5 | 2.11 | - |
| YUV | 55.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 27 | 0.86 | 0 | 0.68 | 0.67 | 132.5 | 0.75 | 0.19 |
| Hex | C | 54 | 1B | 56 | 0 | 44 | 43 | 84 | 4B | 13 |
| Octal | 14 | 124 | 33 | 126 | 0 | 104 | 103 | 204 | 113 | 23 |
| Binary | 1100 | 1010100 | 11011 | 1010110 | 0 | 1000100 | 1000011 | 10000100 | 1001011 | 10011 |
Color Harmonies of #0C541B
Complementary color
Monochromatic Colors of #0C541B
Black with #0C541B
Text Example
Text Example
White with #0C541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C541B; }
p { color: rgb(12,84,27); }
H1.HeaderClassName
{
color: #0C541B;
}
.AnyTagClassName
{
color: #0C541B;
}
</style>
background-color css
<style>
a { background-color: #0C541B; }
a { background-color: rgb(12,84,27); }
div.DivClassName
{
background-color: #0C541B;
}
.BgClassName
{
background-color: #0C541B;
}
</style>
border-color css
<style>
span { border-color: #0C541B; }
span { border-color: rgb(12,84,27); }
td.TdClassName
{
border-color: #0C541B;
}
.TagClassName
{
border-color: #0C541B;
}
</style>