Shades of Myrtle #03430B
Tints of Myrtle #03430B
RGB
CMYK
RGB Variations
Color information
#03430B (or 0x03430B) is known color: Myrtle. HEX triplet: 03, 43 and 0B. RGB value is (3,67,11). Sum of RGB (Red+Green+Blue) = 3+67+11=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 67 (26.56% from 255 or 82.72% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 67 - color contains mainly: green. Hex color #03430B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03430B is #FCBCF4. Grayscale: #292929. Windows color (decimal): -16563445 or 738051. OLE color: 738051.
HSL color Cylindrical-coordinate representation of color #03430B: hue angle of 127.5º 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 #03430B is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 67 | 11 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.74 |
| HSL | 127.5º | 0.91% | 0.14% | - |
| HSV(B) | 127.5º | 0.96% | 0.26% | - |
| XYZ | 2.11 | 4.06 | 0.99 | - |
| YUV | 41.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 11 | 0.96 | 0 | 0.84 | 0.74 | 127.5 | 0.91 | 0.14 |
| Hex | 3 | 43 | B | 60 | 0 | 54 | 4A | 80 | 5B | E |
| Octal | 3 | 103 | 13 | 140 | 0 | 124 | 112 | 200 | 133 | 16 |
| Binary | 11 | 1000011 | 1011 | 1100000 | 0 | 1010100 | 1001010 | 10000000 | 1011011 | 1110 |
Color Harmonies of #03430B
Complementary color
Monochromatic Colors of #03430B
Black with #03430B
Text Example
Text Example
White with #03430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03430B; }
p { color: rgb(3,67,11); }
H1.HeaderClassName
{
color: #03430B;
}
.AnyTagClassName
{
color: #03430B;
}
</style>
background-color css
<style>
a { background-color: #03430B; }
a { background-color: rgb(3,67,11); }
div.DivClassName
{
background-color: #03430B;
}
.BgClassName
{
background-color: #03430B;
}
</style>
border-color css
<style>
span { border-color: #03430B; }
span { border-color: rgb(3,67,11); }
td.TdClassName
{
border-color: #03430B;
}
.TagClassName
{
border-color: #03430B;
}
</style>