Shades of Jewel #0C5944
Tints of Jewel #0C5944
RGB
CMYK
RGB Variations
Color information
#0C5944 (or 0x0C5944) is known color: Jewel. HEX triplet: 0C, 59 and 44. RGB value is (12,89,68). Sum of RGB (Red+Green+Blue) = 12+89+68=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5944 is #F3A6BB. Grayscale: #3F3F3F. Windows color (decimal): -15967932 or 4479244. OLE color: 4479244.
HSL color Cylindrical-coordinate representation of color #0C5944: hue angle of 163.64º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5944 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 89 | 68 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.65 |
| HSL | 163.64º | 0.76% | 0.2% | - |
| HSV(B) | 163.64º | 0.87% | 0.35% | - |
| XYZ | 4.77 | 7.64 | 6.69 | - |
| YUV | 63.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 68 | 0.87 | 0 | 0.24 | 0.65 | 163.64 | 0.76 | 0.2 |
| Hex | C | 59 | 44 | 57 | 0 | 18 | 41 | A4 | 4C | 14 |
| Octal | 14 | 131 | 104 | 127 | 0 | 30 | 101 | 244 | 114 | 24 |
| Binary | 1100 | 1011001 | 1000100 | 1010111 | 0 | 11000 | 1000001 | 10100100 | 1001100 | 10100 |
Color Harmonies of #0C5944
Complementary color
Monochromatic Colors of #0C5944
Black with #0C5944
Text Example
Text Example
White with #0C5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5944; }
p { color: rgb(12,89,68); }
H1.HeaderClassName
{
color: #0C5944;
}
.AnyTagClassName
{
color: #0C5944;
}
</style>
background-color css
<style>
a { background-color: #0C5944; }
a { background-color: rgb(12,89,68); }
div.DivClassName
{
background-color: #0C5944;
}
.BgClassName
{
background-color: #0C5944;
}
</style>
border-color css
<style>
span { border-color: #0C5944; }
span { border-color: rgb(12,89,68); }
td.TdClassName
{
border-color: #0C5944;
}
.TagClassName
{
border-color: #0C5944;
}
</style>