Shades of Myrtle #062A05
Tints of Myrtle #062A05
RGB
CMYK
RGB Variations
Color information
#062A05 (or 0x062A05) is known color: Myrtle. HEX triplet: 06, 2A and 05. RGB value is (6,42,5). Sum of RGB (Red+Green+Blue) = 6+42+5=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 42 (16.80% from 255 or 79.25% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 42 - color contains mainly: green. Hex color #062A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062A05 is #F9D5FA. Grayscale: #1B1B1B. Windows color (decimal): -16373243 or 338438. OLE color: 338438.
HSL color Cylindrical-coordinate representation of color #062A05: hue angle of 118.38º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062A05 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 42 | 5 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.84 |
| HSL | 118.38º | 0.79% | 0.09% | - |
| HSV(B) | 118.38º | 0.88% | 0.16% | - |
| XYZ | 0.93 | 1.71 | 0.42 | - |
| YUV | 27.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 5 | 0.86 | 0 | 0.88 | 0.84 | 118.38 | 0.79 | 0.09 |
| Hex | 6 | 2A | 5 | 56 | 0 | 58 | 54 | 76 | 4F | 9 |
| Octal | 6 | 52 | 5 | 126 | 0 | 130 | 124 | 166 | 117 | 11 |
| Binary | 110 | 101010 | 101 | 1010110 | 0 | 1011000 | 1010100 | 1110110 | 1001111 | 1001 |
Color Harmonies of #062A05
Complementary color
Monochromatic Colors of #062A05
Black with #062A05
Text Example
Text Example
White with #062A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062A05; }
p { color: rgb(6,42,5); }
H1.HeaderClassName
{
color: #062A05;
}
.AnyTagClassName
{
color: #062A05;
}
</style>
background-color css
<style>
a { background-color: #062A05; }
a { background-color: rgb(6,42,5); }
div.DivClassName
{
background-color: #062A05;
}
.BgClassName
{
background-color: #062A05;
}
</style>
border-color css
<style>
span { border-color: #062A05; }
span { border-color: rgb(6,42,5); }
td.TdClassName
{
border-color: #062A05;
}
.TagClassName
{
border-color: #062A05;
}
</style>