Shades of Myrtle #003F08
Tints of Myrtle #003F08
RGB
CMYK
RGB Variations
Color information
#003F08 (or 0x003F08) is known color: Myrtle. HEX triplet: 00, 3F and 08. RGB value is (0,63,8). Sum of RGB (Red+Green+Blue) = 0+63+8=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 63 (25% from 255 or 88.73% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 63 - color contains mainly: green. Hex color #003F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003F08 is #FFC0F7. Grayscale: #262626. Windows color (decimal): -16761080 or 540416. OLE color: 540416.
HSL color Cylindrical-coordinate representation of color #003F08: hue angle of 127.62º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F08 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 63 | 8 | - |
| CMYK | 1 | 0 | 0.87 | 0.75 |
| HSL | 127.62º | 1% | 0.12% | - |
| HSV(B) | 127.62º | 1% | 0.25% | - |
| XYZ | 1.82 | 3.57 | 0.82 | - |
| YUV | 37.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 8 | 1 | 0 | 0.87 | 0.75 | 127.62 | 1 | 0.12 |
| Hex | 0 | 3F | 8 | 64 | 0 | 57 | 4B | 80 | 64 | C |
| Octal | 0 | 77 | 10 | 144 | 0 | 127 | 113 | 200 | 144 | 14 |
| Binary | 0 | 111111 | 1000 | 1100100 | 0 | 1010111 | 1001011 | 10000000 | 1100100 | 1100 |
Color Harmonies of #003F08
Complementary color
Monochromatic Colors of #003F08
Black with #003F08
Text Example
Text Example
White with #003F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F08; }
p { color: rgb(0,63,8); }
H1.HeaderClassName
{
color: #003F08;
}
.AnyTagClassName
{
color: #003F08;
}
</style>
background-color css
<style>
a { background-color: #003F08; }
a { background-color: rgb(0,63,8); }
div.DivClassName
{
background-color: #003F08;
}
.BgClassName
{
background-color: #003F08;
}
</style>
border-color css
<style>
span { border-color: #003F08; }
span { border-color: rgb(0,63,8); }
td.TdClassName
{
border-color: #003F08;
}
.TagClassName
{
border-color: #003F08;
}
</style>