Shades of Myrtle #033B04
Tints of Myrtle #033B04
RGB
CMYK
RGB Variations
Color information
#033B04 (or 0x033B04) is known color: Myrtle. HEX triplet: 03, 3B and 04. RGB value is (3,59,4). Sum of RGB (Red+Green+Blue) = 3+59+4=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 59 (23.44% from 255 or 89.39% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 59 - color contains mainly: green. Hex color #033B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033B04 is #FCC4FB. Grayscale: #242424. Windows color (decimal): -16565500 or 277251. OLE color: 277251.
HSL color Cylindrical-coordinate representation of color #033B04: hue angle of 121.07º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033B04 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 59 | 4 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.77 |
| HSL | 121.07º | 0.9% | 0.12% | - |
| HSV(B) | 121.07º | 0.95% | 0.23% | - |
| XYZ | 1.62 | 3.16 | 0.64 | - |
| YUV | 35.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 4 | 0.95 | 0 | 0.93 | 0.77 | 121.07 | 0.9 | 0.12 |
| Hex | 3 | 3B | 4 | 5F | 0 | 5D | 4D | 79 | 5A | C |
| Octal | 3 | 73 | 4 | 137 | 0 | 135 | 115 | 171 | 132 | 14 |
| Binary | 11 | 111011 | 100 | 1011111 | 0 | 1011101 | 1001101 | 1111001 | 1011010 | 1100 |
Color Harmonies of #033B04
Complementary color
Monochromatic Colors of #033B04
Black with #033B04
Text Example
Text Example
White with #033B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B04; }
p { color: rgb(3,59,4); }
H1.HeaderClassName
{
color: #033B04;
}
.AnyTagClassName
{
color: #033B04;
}
</style>
background-color css
<style>
a { background-color: #033B04; }
a { background-color: rgb(3,59,4); }
div.DivClassName
{
background-color: #033B04;
}
.BgClassName
{
background-color: #033B04;
}
</style>
border-color css
<style>
span { border-color: #033B04; }
span { border-color: rgb(3,59,4); }
td.TdClassName
{
border-color: #033B04;
}
.TagClassName
{
border-color: #033B04;
}
</style>