Shades of Crusoe #0C541C
Tints of Crusoe #0C541C
RGB
CMYK
RGB Variations
Color information
#0C541C (or 0x0C541C) is known color: Crusoe. HEX triplet: 0C, 54 and 1C. RGB value is (12,84,28). Sum of RGB (Red+Green+Blue) = 12+84+28=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #0C541C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C541C is #F3ABE3. Grayscale: #383838. Windows color (decimal): -15969252 or 1856524. OLE color: 1856524.
HSL color Cylindrical-coordinate representation of color #0C541C: hue angle of 133.33º 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 #0C541C is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 84 | 28 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.67 |
| HSL | 133.33º | 0.75% | 0.19% | - |
| HSV(B) | 133.33º | 0.86% | 0.33% | - |
| XYZ | 3.53 | 6.5 | 2.17 | - |
| YUV | 56.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 28 | 0.86 | 0 | 0.67 | 0.67 | 133.33 | 0.75 | 0.19 |
| Hex | C | 54 | 1C | 56 | 0 | 43 | 43 | 85 | 4B | 13 |
| Octal | 14 | 124 | 34 | 126 | 0 | 103 | 103 | 205 | 113 | 23 |
| Binary | 1100 | 1010100 | 11100 | 1010110 | 0 | 1000011 | 1000011 | 10000101 | 1001011 | 10011 |
Color Harmonies of #0C541C
Complementary color
Monochromatic Colors of #0C541C
Black with #0C541C
Text Example
Text Example
White with #0C541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C541C; }
p { color: rgb(12,84,28); }
H1.HeaderClassName
{
color: #0C541C;
}
.AnyTagClassName
{
color: #0C541C;
}
</style>
background-color css
<style>
a { background-color: #0C541C; }
a { background-color: rgb(12,84,28); }
div.DivClassName
{
background-color: #0C541C;
}
.BgClassName
{
background-color: #0C541C;
}
</style>
border-color css
<style>
span { border-color: #0C541C; }
span { border-color: rgb(12,84,28); }
td.TdClassName
{
border-color: #0C541C;
}
.TagClassName
{
border-color: #0C541C;
}
</style>