Shades of Myrtle #034A09
Tints of Myrtle #034A09
RGB
CMYK
RGB Variations
Color information
#034A09 (or 0x034A09) is known color: Myrtle. HEX triplet: 03, 4A and 09. RGB value is (3,74,9). Sum of RGB (Red+Green+Blue) = 3+74+9=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 74 (29.30% from 255 or 86.05% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 74 - color contains mainly: green. Hex color #034A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034A09 is #FCB5F6. Grayscale: #2D2D2D. Windows color (decimal): -16561655 or 608771. OLE color: 608771.
HSL color Cylindrical-coordinate representation of color #034A09: hue angle of 125.07º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A09 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 9 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.71 |
| HSL | 125.07º | 0.92% | 0.15% | - |
| HSV(B) | 125.07º | 0.96% | 0.29% | - |
| XYZ | 2.54 | 4.94 | 1.08 | - |
| YUV | 45.36 | 107.48 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 9 | 0.96 | 0 | 0.88 | 0.71 | 125.07 | 0.92 | 0.15 |
| Hex | 3 | 4A | 9 | 60 | 0 | 58 | 47 | 7D | 5C | F |
| Octal | 3 | 112 | 11 | 140 | 0 | 130 | 107 | 175 | 134 | 17 |
| Binary | 11 | 1001010 | 1001 | 1100000 | 0 | 1011000 | 1000111 | 1111101 | 1011100 | 1111 |
Color Harmonies of #034A09
Complementary color
Monochromatic Colors of #034A09
Black with #034A09
Text Example
Text Example
White with #034A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A09; }
p { color: rgb(3,74,9); }
H1.HeaderClassName
{
color: #034A09;
}
.AnyTagClassName
{
color: #034A09;
}
</style>
background-color css
<style>
a { background-color: #034A09; }
a { background-color: rgb(3,74,9); }
div.DivClassName
{
background-color: #034A09;
}
.BgClassName
{
background-color: #034A09;
}
</style>
border-color css
<style>
span { border-color: #034A09; }
span { border-color: rgb(3,74,9); }
td.TdClassName
{
border-color: #034A09;
}
.TagClassName
{
border-color: #034A09;
}
</style>