Shades of Myrtle #033408
Tints of Myrtle #033408
RGB
CMYK
RGB Variations
Color information
#033408 (or 0x033408) is known color: Myrtle. HEX triplet: 03, 34 and 08. RGB value is (3,52,8). Sum of RGB (Red+Green+Blue) = 3+52+8=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 52 (20.70% from 255 or 82.54% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 52 - color contains mainly: green. Hex color #033408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033408 is #FCCBF7. Grayscale: #202020. Windows color (decimal): -16567288 or 537603. OLE color: 537603.
HSL color Cylindrical-coordinate representation of color #033408: hue angle of 126.12º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033408 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 52 | 8 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.80 |
| HSL | 126.12º | 0.89% | 0.11% | - |
| HSV(B) | 126.12º | 0.94% | 0.2% | - |
| XYZ | 1.31 | 2.49 | 0.64 | - |
| YUV | 32.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 8 | 0.94 | 0 | 0.85 | 0.80 | 126.12 | 0.89 | 0.11 |
| Hex | 3 | 34 | 8 | 5E | 0 | 55 | 50 | 7E | 59 | B |
| Octal | 3 | 64 | 10 | 136 | 0 | 125 | 120 | 176 | 131 | 13 |
| Binary | 11 | 110100 | 1000 | 1011110 | 0 | 1010101 | 1010000 | 1111110 | 1011001 | 1011 |
Color Harmonies of #033408
Complementary color
Monochromatic Colors of #033408
Black with #033408
Text Example
Text Example
White with #033408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033408; }
p { color: rgb(3,52,8); }
H1.HeaderClassName
{
color: #033408;
}
.AnyTagClassName
{
color: #033408;
}
</style>
background-color css
<style>
a { background-color: #033408; }
a { background-color: rgb(3,52,8); }
div.DivClassName
{
background-color: #033408;
}
.BgClassName
{
background-color: #033408;
}
</style>
border-color css
<style>
span { border-color: #033408; }
span { border-color: rgb(3,52,8); }
td.TdClassName
{
border-color: #033408;
}
.TagClassName
{
border-color: #033408;
}
</style>