Shades of Myrtle #033D06
Tints of Myrtle #033D06
RGB
CMYK
RGB Variations
Color information
#033D06 (or 0x033D06) is known color: Myrtle. HEX triplet: 03, 3D and 06. RGB value is (3,61,6). Sum of RGB (Red+Green+Blue) = 3+61+6=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 61 (24.22% from 255 or 87.14% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 61 - color contains mainly: green. Hex color #033D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033D06 is #FCC2F9. Grayscale: #252525. Windows color (decimal): -16564986 or 408835. OLE color: 408835.
HSL color Cylindrical-coordinate representation of color #033D06: hue angle of 123.1º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033D06 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 6 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.76 |
| HSL | 123.1º | 0.91% | 0.13% | - |
| HSV(B) | 123.1º | 0.95% | 0.24% | - |
| XYZ | 1.74 | 3.37 | 0.73 | - |
| YUV | 37.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 6 | 0.95 | 0 | 0.90 | 0.76 | 123.1 | 0.91 | 0.13 |
| Hex | 3 | 3D | 6 | 5F | 0 | 5A | 4C | 7B | 5B | D |
| Octal | 3 | 75 | 6 | 137 | 0 | 132 | 114 | 173 | 133 | 15 |
| Binary | 11 | 111101 | 110 | 1011111 | 0 | 1011010 | 1001100 | 1111011 | 1011011 | 1101 |
Color Harmonies of #033D06
Complementary color
Monochromatic Colors of #033D06
Black with #033D06
Text Example
Text Example
White with #033D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D06; }
p { color: rgb(3,61,6); }
H1.HeaderClassName
{
color: #033D06;
}
.AnyTagClassName
{
color: #033D06;
}
</style>
background-color css
<style>
a { background-color: #033D06; }
a { background-color: rgb(3,61,6); }
div.DivClassName
{
background-color: #033D06;
}
.BgClassName
{
background-color: #033D06;
}
</style>
border-color css
<style>
span { border-color: #033D06; }
span { border-color: rgb(3,61,6); }
td.TdClassName
{
border-color: #033D06;
}
.TagClassName
{
border-color: #033D06;
}
</style>