Shades of Myrtle #033A05
Tints of Myrtle #033A05
RGB
CMYK
RGB Variations
Color information
#033A05 (or 0x033A05) is known color: Myrtle. HEX triplet: 03, 3A and 05. RGB value is (3,58,5). Sum of RGB (Red+Green+Blue) = 3+58+5=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 58 (23.05% from 255 or 87.88% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 58 - color contains mainly: green. Hex color #033A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033A05 is #FCC5FA. Grayscale: #232323. Windows color (decimal): -16565755 or 342531. OLE color: 342531.
HSL color Cylindrical-coordinate representation of color #033A05: hue angle of 122.18º 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 #033A05 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 58 | 5 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.77 |
| HSL | 122.18º | 0.9% | 0.12% | - |
| HSV(B) | 122.18º | 0.95% | 0.23% | - |
| XYZ | 1.58 | 3.06 | 0.65 | - |
| YUV | 35.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 5 | 0.95 | 0 | 0.91 | 0.77 | 122.18 | 0.9 | 0.12 |
| Hex | 3 | 3A | 5 | 5F | 0 | 5B | 4D | 7A | 5A | C |
| Octal | 3 | 72 | 5 | 137 | 0 | 133 | 115 | 172 | 132 | 14 |
| Binary | 11 | 111010 | 101 | 1011111 | 0 | 1011011 | 1001101 | 1111010 | 1011010 | 1100 |
Color Harmonies of #033A05
Complementary color
Monochromatic Colors of #033A05
Black with #033A05
Text Example
Text Example
White with #033A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A05; }
p { color: rgb(3,58,5); }
H1.HeaderClassName
{
color: #033A05;
}
.AnyTagClassName
{
color: #033A05;
}
</style>
background-color css
<style>
a { background-color: #033A05; }
a { background-color: rgb(3,58,5); }
div.DivClassName
{
background-color: #033A05;
}
.BgClassName
{
background-color: #033A05;
}
</style>
border-color css
<style>
span { border-color: #033A05; }
span { border-color: rgb(3,58,5); }
td.TdClassName
{
border-color: #033A05;
}
.TagClassName
{
border-color: #033A05;
}
</style>