Shades of Myrtle #03440B
Tints of Myrtle #03440B
RGB
CMYK
RGB Variations
Color information
#03440B (or 0x03440B) is known color: Myrtle. HEX triplet: 03, 44 and 0B. RGB value is (3,68,11). Sum of RGB (Red+Green+Blue) = 3+68+11=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 68 (26.95% from 255 or 82.93% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 68 - color contains mainly: green. Hex color #03440B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03440B is #FCBBF4. Grayscale: #2A2A2A. Windows color (decimal): -16563189 or 738307. OLE color: 738307.
HSL color Cylindrical-coordinate representation of color #03440B: hue angle of 127.38º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03440B is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 11 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.73 |
| HSL | 127.38º | 0.92% | 0.14% | - |
| HSV(B) | 127.38º | 0.96% | 0.27% | - |
| XYZ | 2.17 | 4.18 | 1.01 | - |
| YUV | 42.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 11 | 0.96 | 0 | 0.84 | 0.73 | 127.38 | 0.92 | 0.14 |
| Hex | 3 | 44 | B | 60 | 0 | 54 | 49 | 7F | 5C | E |
| Octal | 3 | 104 | 13 | 140 | 0 | 124 | 111 | 177 | 134 | 16 |
| Binary | 11 | 1000100 | 1011 | 1100000 | 0 | 1010100 | 1001001 | 1111111 | 1011100 | 1110 |
Color Harmonies of #03440B
Complementary color
Monochromatic Colors of #03440B
Black with #03440B
Text Example
Text Example
White with #03440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03440B; }
p { color: rgb(3,68,11); }
H1.HeaderClassName
{
color: #03440B;
}
.AnyTagClassName
{
color: #03440B;
}
</style>
background-color css
<style>
a { background-color: #03440B; }
a { background-color: rgb(3,68,11); }
div.DivClassName
{
background-color: #03440B;
}
.BgClassName
{
background-color: #03440B;
}
</style>
border-color css
<style>
span { border-color: #03440B; }
span { border-color: rgb(3,68,11); }
td.TdClassName
{
border-color: #03440B;
}
.TagClassName
{
border-color: #03440B;
}
</style>