Shades of Myrtle #034F0A
Tints of Myrtle #034F0A
RGB
CMYK
RGB Variations
Color information
#034F0A (or 0x034F0A) is known color: Myrtle. HEX triplet: 03, 4F and 0A. RGB value is (3,79,10). Sum of RGB (Red+Green+Blue) = 3+79+10=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 79 (31.25% from 255 or 85.87% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 79 - color contains mainly: green. Hex color #034F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034F0A is #FCB0F5. Grayscale: #303030. Windows color (decimal): -16560374 or 675587. OLE color: 675587.
HSL color Cylindrical-coordinate representation of color #034F0A: hue angle of 125.53º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034F0A is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 79 | 10 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.69 |
| HSL | 125.53º | 0.93% | 0.16% | - |
| HSV(B) | 125.53º | 0.96% | 0.31% | - |
| XYZ | 2.89 | 5.63 | 1.22 | - |
| YUV | 48.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 10 | 0.96 | 0 | 0.87 | 0.69 | 125.53 | 0.93 | 0.16 |
| Hex | 3 | 4F | A | 60 | 0 | 57 | 45 | 7E | 5D | 10 |
| Octal | 3 | 117 | 12 | 140 | 0 | 127 | 105 | 176 | 135 | 20 |
| Binary | 11 | 1001111 | 1010 | 1100000 | 0 | 1010111 | 1000101 | 1111110 | 1011101 | 10000 |
Color Harmonies of #034F0A
Complementary color
Monochromatic Colors of #034F0A
Black with #034F0A
Text Example
Text Example
White with #034F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034F0A; }
p { color: rgb(3,79,10); }
H1.HeaderClassName
{
color: #034F0A;
}
.AnyTagClassName
{
color: #034F0A;
}
</style>
background-color css
<style>
a { background-color: #034F0A; }
a { background-color: rgb(3,79,10); }
div.DivClassName
{
background-color: #034F0A;
}
.BgClassName
{
background-color: #034F0A;
}
</style>
border-color css
<style>
span { border-color: #034F0A; }
span { border-color: rgb(3,79,10); }
td.TdClassName
{
border-color: #034F0A;
}
.TagClassName
{
border-color: #034F0A;
}
</style>