Shades of Jewel #0C5841
Tints of Jewel #0C5841
RGB
CMYK
RGB Variations
Color information
#0C5841 (or 0x0C5841) is known color: Jewel. HEX triplet: 0C, 58 and 41. RGB value is (12,88,65). Sum of RGB (Red+Green+Blue) = 12+88+65=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5841 is #F3A7BE. Grayscale: #3E3E3E. Windows color (decimal): -15968191 or 4282380. OLE color: 4282380.
HSL color Cylindrical-coordinate representation of color #0C5841: hue angle of 161.84º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5841 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 88 | 65 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.65 |
| HSL | 161.84º | 0.76% | 0.2% | - |
| HSV(B) | 161.84º | 0.86% | 0.35% | - |
| XYZ | 4.6 | 7.44 | 6.19 | - |
| YUV | 62.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 65 | 0.86 | 0 | 0.26 | 0.65 | 161.84 | 0.76 | 0.2 |
| Hex | C | 58 | 41 | 56 | 0 | 1A | 41 | A2 | 4C | 14 |
| Octal | 14 | 130 | 101 | 126 | 0 | 32 | 101 | 242 | 114 | 24 |
| Binary | 1100 | 1011000 | 1000001 | 1010110 | 0 | 11010 | 1000001 | 10100010 | 1001100 | 10100 |
Color Harmonies of #0C5841
Complementary color
Monochromatic Colors of #0C5841
Black with #0C5841
Text Example
Text Example
White with #0C5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5841; }
p { color: rgb(12,88,65); }
H1.HeaderClassName
{
color: #0C5841;
}
.AnyTagClassName
{
color: #0C5841;
}
</style>
background-color css
<style>
a { background-color: #0C5841; }
a { background-color: rgb(12,88,65); }
div.DivClassName
{
background-color: #0C5841;
}
.BgClassName
{
background-color: #0C5841;
}
</style>
border-color css
<style>
span { border-color: #0C5841; }
span { border-color: rgb(12,88,65); }
td.TdClassName
{
border-color: #0C5841;
}
.TagClassName
{
border-color: #0C5841;
}
</style>