Shades of Myrtle #033705
Tints of Myrtle #033705
RGB
CMYK
RGB Variations
Color information
#033705 (or 0x033705) is known color: Myrtle. HEX triplet: 03, 37 and 05. RGB value is (3,55,5). Sum of RGB (Red+Green+Blue) = 3+55+5=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 55 (21.88% from 255 or 87.30% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 55 - color contains mainly: green. Hex color #033705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033705 is #FCC8FA. Grayscale: #212121. Windows color (decimal): -16566523 or 341763. OLE color: 341763.
HSL color Cylindrical-coordinate representation of color #033705: hue angle of 122.31º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033705 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 55 | 5 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.78 |
| HSL | 122.31º | 0.9% | 0.11% | - |
| HSV(B) | 122.31º | 0.95% | 0.22% | - |
| XYZ | 1.43 | 2.76 | 0.6 | - |
| YUV | 33.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 55 | 5 | 0.95 | 0 | 0.91 | 0.78 | 122.31 | 0.9 | 0.11 |
| Hex | 3 | 37 | 5 | 5F | 0 | 5B | 4E | 7A | 5A | B |
| Octal | 3 | 67 | 5 | 137 | 0 | 133 | 116 | 172 | 132 | 13 |
| Binary | 11 | 110111 | 101 | 1011111 | 0 | 1011011 | 1001110 | 1111010 | 1011010 | 1011 |
Color Harmonies of #033705
Complementary color
Monochromatic Colors of #033705
Black with #033705
Text Example
Text Example
White with #033705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033705; }
p { color: rgb(3,55,5); }
H1.HeaderClassName
{
color: #033705;
}
.AnyTagClassName
{
color: #033705;
}
</style>
background-color css
<style>
a { background-color: #033705; }
a { background-color: rgb(3,55,5); }
div.DivClassName
{
background-color: #033705;
}
.BgClassName
{
background-color: #033705;
}
</style>
border-color css
<style>
span { border-color: #033705; }
span { border-color: rgb(3,55,5); }
td.TdClassName
{
border-color: #033705;
}
.TagClassName
{
border-color: #033705;
}
</style>