Shades of Myrtle #034A08
Tints of Myrtle #034A08
RGB
CMYK
RGB Variations
Color information
#034A08 (or 0x034A08) is known color: Myrtle. HEX triplet: 03, 4A and 08. RGB value is (3,74,8). Sum of RGB (Red+Green+Blue) = 3+74+8=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 74 (29.30% from 255 or 87.06% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 74 - color contains mainly: green. Hex color #034A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034A08 is #FCB5F7. Grayscale: #2D2D2D. Windows color (decimal): -16561656 or 543235. OLE color: 543235.
HSL color Cylindrical-coordinate representation of color #034A08: hue angle of 124.23º 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 #034A08 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 8 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.71 |
| HSL | 124.23º | 0.92% | 0.15% | - |
| HSV(B) | 124.23º | 0.96% | 0.29% | - |
| XYZ | 2.53 | 4.93 | 1.05 | - |
| YUV | 45.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 8 | 0.96 | 0 | 0.89 | 0.71 | 124.23 | 0.92 | 0.15 |
| Hex | 3 | 4A | 8 | 60 | 0 | 59 | 47 | 7C | 5C | F |
| Octal | 3 | 112 | 10 | 140 | 0 | 131 | 107 | 174 | 134 | 17 |
| Binary | 11 | 1001010 | 1000 | 1100000 | 0 | 1011001 | 1000111 | 1111100 | 1011100 | 1111 |
Color Harmonies of #034A08
Complementary color
Monochromatic Colors of #034A08
Black with #034A08
Text Example
Text Example
White with #034A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A08; }
p { color: rgb(3,74,8); }
H1.HeaderClassName
{
color: #034A08;
}
.AnyTagClassName
{
color: #034A08;
}
</style>
background-color css
<style>
a { background-color: #034A08; }
a { background-color: rgb(3,74,8); }
div.DivClassName
{
background-color: #034A08;
}
.BgClassName
{
background-color: #034A08;
}
</style>
border-color css
<style>
span { border-color: #034A08; }
span { border-color: rgb(3,74,8); }
td.TdClassName
{
border-color: #034A08;
}
.TagClassName
{
border-color: #034A08;
}
</style>