Shades of Myrtle #034308
Tints of Myrtle #034308
RGB
CMYK
RGB Variations
Color information
#034308 (or 0x034308) is known color: Myrtle. HEX triplet: 03, 43 and 08. RGB value is (3,67,8). Sum of RGB (Red+Green+Blue) = 3+67+8=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 67 (26.56% from 255 or 85.90% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 67 - color contains mainly: green. Hex color #034308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034308 is #FCBCF7. Grayscale: #292929. Windows color (decimal): -16563448 or 541443. OLE color: 541443.
HSL color Cylindrical-coordinate representation of color #034308: hue angle of 124.69º 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 #034308 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 67 | 8 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.74 |
| HSL | 124.69º | 0.91% | 0.14% | - |
| HSV(B) | 124.69º | 0.96% | 0.26% | - |
| XYZ | 2.09 | 4.05 | 0.9 | - |
| YUV | 41.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 8 | 0.96 | 0 | 0.88 | 0.74 | 124.69 | 0.91 | 0.14 |
| Hex | 3 | 43 | 8 | 60 | 0 | 58 | 4A | 7D | 5B | E |
| Octal | 3 | 103 | 10 | 140 | 0 | 130 | 112 | 175 | 133 | 16 |
| Binary | 11 | 1000011 | 1000 | 1100000 | 0 | 1011000 | 1001010 | 1111101 | 1011011 | 1110 |
Color Harmonies of #034308
Complementary color
Monochromatic Colors of #034308
Black with #034308
Text Example
Text Example
White with #034308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034308; }
p { color: rgb(3,67,8); }
H1.HeaderClassName
{
color: #034308;
}
.AnyTagClassName
{
color: #034308;
}
</style>
background-color css
<style>
a { background-color: #034308; }
a { background-color: rgb(3,67,8); }
div.DivClassName
{
background-color: #034308;
}
.BgClassName
{
background-color: #034308;
}
</style>
border-color css
<style>
span { border-color: #034308; }
span { border-color: rgb(3,67,8); }
td.TdClassName
{
border-color: #034308;
}
.TagClassName
{
border-color: #034308;
}
</style>