Shades of Myrtle #033F08
Tints of Myrtle #033F08
RGB
CMYK
RGB Variations
Color information
#033F08 (or 0x033F08) is known color: Myrtle. HEX triplet: 03, 3F and 08. RGB value is (3,63,8). Sum of RGB (Red+Green+Blue) = 3+63+8=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 63 (25% from 255 or 85.14% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 63 - color contains mainly: green. Hex color #033F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033F08 is #FCC0F7. Grayscale: #262626. Windows color (decimal): -16564472 or 540419. OLE color: 540419.
HSL color Cylindrical-coordinate representation of color #033F08: hue angle of 125º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F08 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 63 | 8 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.75 |
| HSL | 125º | 0.91% | 0.13% | - |
| HSV(B) | 125º | 0.95% | 0.25% | - |
| XYZ | 1.86 | 3.59 | 0.83 | - |
| YUV | 38.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 8 | 0.95 | 0 | 0.87 | 0.75 | 125 | 0.91 | 0.13 |
| Hex | 3 | 3F | 8 | 5F | 0 | 57 | 4B | 7D | 5B | D |
| Octal | 3 | 77 | 10 | 137 | 0 | 127 | 113 | 175 | 133 | 15 |
| Binary | 11 | 111111 | 1000 | 1011111 | 0 | 1010111 | 1001011 | 1111101 | 1011011 | 1101 |
Color Harmonies of #033F08
Complementary color
Monochromatic Colors of #033F08
Black with #033F08
Text Example
Text Example
White with #033F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F08; }
p { color: rgb(3,63,8); }
H1.HeaderClassName
{
color: #033F08;
}
.AnyTagClassName
{
color: #033F08;
}
</style>
background-color css
<style>
a { background-color: #033F08; }
a { background-color: rgb(3,63,8); }
div.DivClassName
{
background-color: #033F08;
}
.BgClassName
{
background-color: #033F08;
}
</style>
border-color css
<style>
span { border-color: #033F08; }
span { border-color: rgb(3,63,8); }
td.TdClassName
{
border-color: #033F08;
}
.TagClassName
{
border-color: #033F08;
}
</style>