Shades of Myrtle #03430A
Tints of Myrtle #03430A
RGB
CMYK
RGB Variations
Color information
#03430A (or 0x03430A) is known color: Myrtle. HEX triplet: 03, 43 and 0A. RGB value is (3,67,10). Sum of RGB (Red+Green+Blue) = 3+67+10=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 67 (26.56% from 255 or 83.75% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 67 - color contains mainly: green. Hex color #03430A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03430A is #FCBCF5. Grayscale: #292929. Windows color (decimal): -16563446 or 672515. OLE color: 672515.
HSL color Cylindrical-coordinate representation of color #03430A: hue angle of 126.56º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03430A is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 67 | 10 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.74 |
| HSL | 126.56º | 0.91% | 0.14% | - |
| HSV(B) | 126.56º | 0.96% | 0.26% | - |
| XYZ | 2.1 | 4.06 | 0.96 | - |
| YUV | 41.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 10 | 0.96 | 0 | 0.85 | 0.74 | 126.56 | 0.91 | 0.14 |
| Hex | 3 | 43 | A | 60 | 0 | 55 | 4A | 7F | 5B | E |
| Octal | 3 | 103 | 12 | 140 | 0 | 125 | 112 | 177 | 133 | 16 |
| Binary | 11 | 1000011 | 1010 | 1100000 | 0 | 1010101 | 1001010 | 1111111 | 1011011 | 1110 |
Color Harmonies of #03430A
Complementary color
Monochromatic Colors of #03430A
Black with #03430A
Text Example
Text Example
White with #03430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03430A; }
p { color: rgb(3,67,10); }
H1.HeaderClassName
{
color: #03430A;
}
.AnyTagClassName
{
color: #03430A;
}
</style>
background-color css
<style>
a { background-color: #03430A; }
a { background-color: rgb(3,67,10); }
div.DivClassName
{
background-color: #03430A;
}
.BgClassName
{
background-color: #03430A;
}
</style>
border-color css
<style>
span { border-color: #03430A; }
span { border-color: rgb(3,67,10); }
td.TdClassName
{
border-color: #03430A;
}
.TagClassName
{
border-color: #03430A;
}
</style>