Shades of Myrtle #03420A
Tints of Myrtle #03420A
RGB
CMYK
RGB Variations
Color information
#03420A (or 0x03420A) is known color: Myrtle. HEX triplet: 03, 42 and 0A. RGB value is (3,66,10). Sum of RGB (Red+Green+Blue) = 3+66+10=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 66 (26.17% from 255 or 83.54% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 66 - color contains mainly: green. Hex color #03420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03420A is #FCBDF5. Grayscale: #282828. Windows color (decimal): -16563702 or 672259. OLE color: 672259.
HSL color Cylindrical-coordinate representation of color #03420A: hue angle of 126.67º 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 #03420A is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 66 | 10 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.74 |
| HSL | 126.67º | 0.91% | 0.14% | - |
| HSV(B) | 126.67º | 0.95% | 0.26% | - |
| XYZ | 2.04 | 3.94 | 0.94 | - |
| YUV | 40.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 10 | 0.95 | 0 | 0.85 | 0.74 | 126.67 | 0.91 | 0.14 |
| Hex | 3 | 42 | A | 5F | 0 | 55 | 4A | 7F | 5B | E |
| Octal | 3 | 102 | 12 | 137 | 0 | 125 | 112 | 177 | 133 | 16 |
| Binary | 11 | 1000010 | 1010 | 1011111 | 0 | 1010101 | 1001010 | 1111111 | 1011011 | 1110 |
Color Harmonies of #03420A
Complementary color
Monochromatic Colors of #03420A
Black with #03420A
Text Example
Text Example
White with #03420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03420A; }
p { color: rgb(3,66,10); }
H1.HeaderClassName
{
color: #03420A;
}
.AnyTagClassName
{
color: #03420A;
}
</style>
background-color css
<style>
a { background-color: #03420A; }
a { background-color: rgb(3,66,10); }
div.DivClassName
{
background-color: #03420A;
}
.BgClassName
{
background-color: #03420A;
}
</style>
border-color css
<style>
span { border-color: #03420A; }
span { border-color: rgb(3,66,10); }
td.TdClassName
{
border-color: #03420A;
}
.TagClassName
{
border-color: #03420A;
}
</style>