Shades of Myrtle #034403
Tints of Myrtle #034403
RGB
CMYK
RGB Variations
Color information
#034403 (or 0x034403) is known color: Myrtle. HEX triplet: 03, 44 and 03. RGB value is (3,68,3). Sum of RGB (Red+Green+Blue) = 3+68+3=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 68 (26.95% from 255 or 91.89% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 68 - color contains mainly: green. Hex color #034403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034403 is #FCBBFC. Grayscale: #292929. Windows color (decimal): -16563197 or 214019. OLE color: 214019.
HSL color Cylindrical-coordinate representation of color #034403: hue angle of 120º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034403 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 3 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.73 |
| HSL | 120º | 0.92% | 0.14% | - |
| HSV(B) | 120º | 0.96% | 0.27% | - |
| XYZ | 2.12 | 4.16 | 0.78 | - |
| YUV | 41.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 3 | 0.96 | 0 | 0.96 | 0.73 | 120 | 0.92 | 0.14 |
| Hex | 3 | 44 | 3 | 60 | 0 | 60 | 49 | 78 | 5C | E |
| Octal | 3 | 104 | 3 | 140 | 0 | 140 | 111 | 170 | 134 | 16 |
| Binary | 11 | 1000100 | 11 | 1100000 | 0 | 1100000 | 1001001 | 1111000 | 1011100 | 1110 |
Color Harmonies of #034403
Complementary color
Monochromatic Colors of #034403
Black with #034403
Text Example
Text Example
White with #034403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034403; }
p { color: rgb(3,68,3); }
H1.HeaderClassName
{
color: #034403;
}
.AnyTagClassName
{
color: #034403;
}
</style>
background-color css
<style>
a { background-color: #034403; }
a { background-color: rgb(3,68,3); }
div.DivClassName
{
background-color: #034403;
}
.BgClassName
{
background-color: #034403;
}
</style>
border-color css
<style>
span { border-color: #034403; }
span { border-color: rgb(3,68,3); }
td.TdClassName
{
border-color: #034403;
}
.TagClassName
{
border-color: #034403;
}
</style>