Shades of Myrtle #034505
Tints of Myrtle #034505
RGB
CMYK
RGB Variations
Color information
#034505 (or 0x034505) is known color: Myrtle. HEX triplet: 03, 45 and 05. RGB value is (3,69,5). Sum of RGB (Red+Green+Blue) = 3+69+5=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 69 (27.34% from 255 or 89.61% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 69 - color contains mainly: green. Hex color #034505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034505 is #FCBAFA. Grayscale: #2A2A2A. Windows color (decimal): -16562939 or 345347. OLE color: 345347.
HSL color Cylindrical-coordinate representation of color #034505: hue angle of 121.82º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034505 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 69 | 5 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.73 |
| HSL | 121.82º | 0.92% | 0.14% | - |
| HSV(B) | 121.82º | 0.96% | 0.27% | - |
| XYZ | 2.19 | 4.29 | 0.86 | - |
| YUV | 41.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 5 | 0.96 | 0 | 0.93 | 0.73 | 121.82 | 0.92 | 0.14 |
| Hex | 3 | 45 | 5 | 60 | 0 | 5D | 49 | 7A | 5C | E |
| Octal | 3 | 105 | 5 | 140 | 0 | 135 | 111 | 172 | 134 | 16 |
| Binary | 11 | 1000101 | 101 | 1100000 | 0 | 1011101 | 1001001 | 1111010 | 1011100 | 1110 |
Color Harmonies of #034505
Complementary color
Monochromatic Colors of #034505
Black with #034505
Text Example
Text Example
White with #034505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034505; }
p { color: rgb(3,69,5); }
H1.HeaderClassName
{
color: #034505;
}
.AnyTagClassName
{
color: #034505;
}
</style>
background-color css
<style>
a { background-color: #034505; }
a { background-color: rgb(3,69,5); }
div.DivClassName
{
background-color: #034505;
}
.BgClassName
{
background-color: #034505;
}
</style>
border-color css
<style>
span { border-color: #034505; }
span { border-color: rgb(3,69,5); }
td.TdClassName
{
border-color: #034505;
}
.TagClassName
{
border-color: #034505;
}
</style>