Shades of Myrtle #034C0D
Tints of Myrtle #034C0D
RGB
CMYK
RGB Variations
Color information
#034C0D (or 0x034C0D) is known color: Myrtle. HEX triplet: 03, 4C and 0D. RGB value is (3,76,13). Sum of RGB (Red+Green+Blue) = 3+76+13=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 76 (30.08% from 255 or 82.61% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 76 - color contains mainly: green. Hex color #034C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034C0D is #FCB3F2. Grayscale: #2F2F2F. Windows color (decimal): -16561139 or 871427. OLE color: 871427.
HSL color Cylindrical-coordinate representation of color #034C0D: hue angle of 128.22º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034C0D is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 76 | 13 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.70 |
| HSL | 128.22º | 0.92% | 0.15% | - |
| HSV(B) | 128.22º | 0.96% | 0.3% | - |
| XYZ | 2.69 | 5.22 | 1.25 | - |
| YUV | 46.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 13 | 0.96 | 0 | 0.83 | 0.70 | 128.22 | 0.92 | 0.15 |
| Hex | 3 | 4C | D | 60 | 0 | 53 | 46 | 80 | 5C | F |
| Octal | 3 | 114 | 15 | 140 | 0 | 123 | 106 | 200 | 134 | 17 |
| Binary | 11 | 1001100 | 1101 | 1100000 | 0 | 1010011 | 1000110 | 10000000 | 1011100 | 1111 |
Color Harmonies of #034C0D
Complementary color
Monochromatic Colors of #034C0D
Black with #034C0D
Text Example
Text Example
White with #034C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C0D; }
p { color: rgb(3,76,13); }
H1.HeaderClassName
{
color: #034C0D;
}
.AnyTagClassName
{
color: #034C0D;
}
</style>
background-color css
<style>
a { background-color: #034C0D; }
a { background-color: rgb(3,76,13); }
div.DivClassName
{
background-color: #034C0D;
}
.BgClassName
{
background-color: #034C0D;
}
</style>
border-color css
<style>
span { border-color: #034C0D; }
span { border-color: rgb(3,76,13); }
td.TdClassName
{
border-color: #034C0D;
}
.TagClassName
{
border-color: #034C0D;
}
</style>