Shades of Myrtle #034C0A
Tints of Myrtle #034C0A
RGB
CMYK
RGB Variations
Color information
#034C0A (or 0x034C0A) is known color: Myrtle. HEX triplet: 03, 4C and 0A. RGB value is (3,76,10). Sum of RGB (Red+Green+Blue) = 3+76+10=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 76 (30.08% from 255 or 85.39% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 76 - color contains mainly: green. Hex color #034C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034C0A is #FCB3F5. Grayscale: #2E2E2E. Windows color (decimal): -16561142 or 674819. OLE color: 674819.
HSL color Cylindrical-coordinate representation of color #034C0A: hue angle of 125.75º 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 #034C0A is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 76 | 10 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.70 |
| HSL | 125.75º | 0.92% | 0.15% | - |
| HSV(B) | 125.75º | 0.96% | 0.3% | - |
| XYZ | 2.68 | 5.21 | 1.15 | - |
| YUV | 46.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 10 | 0.96 | 0 | 0.87 | 0.70 | 125.75 | 0.92 | 0.15 |
| Hex | 3 | 4C | A | 60 | 0 | 57 | 46 | 7E | 5C | F |
| Octal | 3 | 114 | 12 | 140 | 0 | 127 | 106 | 176 | 134 | 17 |
| Binary | 11 | 1001100 | 1010 | 1100000 | 0 | 1010111 | 1000110 | 1111110 | 1011100 | 1111 |
Color Harmonies of #034C0A
Complementary color
Monochromatic Colors of #034C0A
Black with #034C0A
Text Example
Text Example
White with #034C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034C0A; }
p { color: rgb(3,76,10); }
H1.HeaderClassName
{
color: #034C0A;
}
.AnyTagClassName
{
color: #034C0A;
}
</style>
background-color css
<style>
a { background-color: #034C0A; }
a { background-color: rgb(3,76,10); }
div.DivClassName
{
background-color: #034C0A;
}
.BgClassName
{
background-color: #034C0A;
}
</style>
border-color css
<style>
span { border-color: #034C0A; }
span { border-color: rgb(3,76,10); }
td.TdClassName
{
border-color: #034C0A;
}
.TagClassName
{
border-color: #034C0A;
}
</style>