Shades of Myrtle #034502
Tints of Myrtle #034502
RGB
CMYK
RGB Variations
Color information
#034502 (or 0x034502) is known color: Myrtle. HEX triplet: 03, 45 and 02. RGB value is (3,69,2). Sum of RGB (Red+Green+Blue) = 3+69+2=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 69 (27.34% from 255 or 93.24% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 69 - color contains mainly: green. Hex color #034502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034502 is #FCBAFD. Grayscale: #292929. Windows color (decimal): -16562942 or 148739. OLE color: 148739.
HSL color Cylindrical-coordinate representation of color #034502: hue angle of 119.1º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034502 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 69 | 2 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.73 |
| HSL | 119.1º | 0.94% | 0.14% | - |
| HSV(B) | 119.1º | 0.97% | 0.27% | - |
| XYZ | 2.18 | 4.28 | 0.77 | - |
| YUV | 41.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 69 | 2 | 0.96 | 0 | 0.97 | 0.73 | 119.1 | 0.94 | 0.14 |
| Hex | 3 | 45 | 2 | 60 | 0 | 61 | 49 | 77 | 5E | E |
| Octal | 3 | 105 | 2 | 140 | 0 | 141 | 111 | 167 | 136 | 16 |
| Binary | 11 | 1000101 | 10 | 1100000 | 0 | 1100001 | 1001001 | 1110111 | 1011110 | 1110 |
Color Harmonies of #034502
Complementary color
Monochromatic Colors of #034502
Black with #034502
Text Example
Text Example
White with #034502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034502; }
p { color: rgb(3,69,2); }
H1.HeaderClassName
{
color: #034502;
}
.AnyTagClassName
{
color: #034502;
}
</style>
background-color css
<style>
a { background-color: #034502; }
a { background-color: rgb(3,69,2); }
div.DivClassName
{
background-color: #034502;
}
.BgClassName
{
background-color: #034502;
}
</style>
border-color css
<style>
span { border-color: #034502; }
span { border-color: rgb(3,69,2); }
td.TdClassName
{
border-color: #034502;
}
.TagClassName
{
border-color: #034502;
}
</style>