Shades of Myrtle #034205
Tints of Myrtle #034205
RGB
CMYK
RGB Variations
Color information
#034205 (or 0x034205) is known color: Myrtle. HEX triplet: 03, 42 and 05. RGB value is (3,66,5). Sum of RGB (Red+Green+Blue) = 3+66+5=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 66 (26.17% from 255 or 89.19% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 66 - color contains mainly: green. Hex color #034205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034205 is #FCBDFA. Grayscale: #282828. Windows color (decimal): -16563707 or 344579. OLE color: 344579.
HSL color Cylindrical-coordinate representation of color #034205: hue angle of 121.9º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034205 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 5 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.74 |
| HSL | 121.9º | 0.91% | 0.14% | - |
| HSV(B) | 121.9º | 0.95% | 0.26% | - |
| XYZ | 2.01 | 3.93 | 0.8 | - |
| YUV | 40.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 5 | 0.95 | 0 | 0.92 | 0.74 | 121.9 | 0.91 | 0.14 |
| Hex | 3 | 42 | 5 | 5F | 0 | 5C | 4A | 7A | 5B | E |
| Octal | 3 | 102 | 5 | 137 | 0 | 134 | 112 | 172 | 133 | 16 |
| Binary | 11 | 1000010 | 101 | 1011111 | 0 | 1011100 | 1001010 | 1111010 | 1011011 | 1110 |
Color Harmonies of #034205
Complementary color
Monochromatic Colors of #034205
Black with #034205
Text Example
Text Example
White with #034205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034205; }
p { color: rgb(3,66,5); }
H1.HeaderClassName
{
color: #034205;
}
.AnyTagClassName
{
color: #034205;
}
</style>
background-color css
<style>
a { background-color: #034205; }
a { background-color: rgb(3,66,5); }
div.DivClassName
{
background-color: #034205;
}
.BgClassName
{
background-color: #034205;
}
</style>
border-color css
<style>
span { border-color: #034205; }
span { border-color: rgb(3,66,5); }
td.TdClassName
{
border-color: #034205;
}
.TagClassName
{
border-color: #034205;
}
</style>