Shades of Myrtle #0C370A
Tints of Myrtle #0C370A
RGB
CMYK
RGB Variations
Color information
#0C370A (or 0x0C370A) is known color: Myrtle. HEX triplet: 0C, 37 and 0A. RGB value is (12,55,10). Sum of RGB (Red+Green+Blue) = 12+55+10=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 55 (21.88% from 255 or 71.43% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 55 - color contains mainly: green. Hex color #0C370A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C370A is #F3C8F5. Grayscale: #252525. Windows color (decimal): -15976694 or 669452. OLE color: 669452.
HSL color Cylindrical-coordinate representation of color #0C370A: hue angle of 117.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C370A is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 55 | 10 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.78 |
| HSL | 117.33º | 0.69% | 0.13% | - |
| HSV(B) | 117.33º | 0.82% | 0.22% | - |
| XYZ | 1.57 | 2.83 | 0.75 | - |
| YUV | 37.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 10 | 0.78 | 0 | 0.82 | 0.78 | 117.33 | 0.69 | 0.13 |
| Hex | C | 37 | A | 4E | 0 | 52 | 4E | 75 | 45 | D |
| Octal | 14 | 67 | 12 | 116 | 0 | 122 | 116 | 165 | 105 | 15 |
| Binary | 1100 | 110111 | 1010 | 1001110 | 0 | 1010010 | 1001110 | 1110101 | 1000101 | 1101 |
Color Harmonies of #0C370A
Complementary color
Monochromatic Colors of #0C370A
Black with #0C370A
Text Example
Text Example
White with #0C370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C370A; }
p { color: rgb(12,55,10); }
H1.HeaderClassName
{
color: #0C370A;
}
.AnyTagClassName
{
color: #0C370A;
}
</style>
background-color css
<style>
a { background-color: #0C370A; }
a { background-color: rgb(12,55,10); }
div.DivClassName
{
background-color: #0C370A;
}
.BgClassName
{
background-color: #0C370A;
}
</style>
border-color css
<style>
span { border-color: #0C370A; }
span { border-color: rgb(12,55,10); }
td.TdClassName
{
border-color: #0C370A;
}
.TagClassName
{
border-color: #0C370A;
}
</style>