Shades of Myrtle #295313
Tints of Myrtle #295313
RGB
CMYK
RGB Variations
Color information
#295313 (or 0x295313) is known color: Myrtle. HEX triplet: 29, 53 and 13. RGB value is (41,83,19). Sum of RGB (Red+Green+Blue) = 41+83+19=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #295313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295313 is #D6ACEC. Grayscale: #3F3F3F. Windows color (decimal): -14068973 or 1266473. OLE color: 1266473.
HSL color Cylindrical-coordinate representation of color #295313: hue angle of 99.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #295313 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 83 | 19 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.67 |
| HSL | 99.38º | 0.63% | 0.2% | - |
| HSV(B) | 99.38º | 0.77% | 0.33% | - |
| XYZ | 4.13 | 6.7 | 1.69 | - |
| YUV | 63.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 19 | 0.51 | 0 | 0.77 | 0.67 | 99.38 | 0.63 | 0.2 |
| Hex | 29 | 53 | 13 | 33 | 0 | 4D | 43 | 63 | 3F | 14 |
| Octal | 51 | 123 | 23 | 63 | 0 | 115 | 103 | 143 | 77 | 24 |
| Binary | 101001 | 1010011 | 10011 | 110011 | 0 | 1001101 | 1000011 | 1100011 | 111111 | 10100 |
Color Harmonies of #295313
Complementary color
Monochromatic Colors of #295313
Black with #295313
Text Example
Text Example
White with #295313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295313; }
p { color: rgb(41,83,19); }
H1.HeaderClassName
{
color: #295313;
}
.AnyTagClassName
{
color: #295313;
}
</style>
background-color css
<style>
a { background-color: #295313; }
a { background-color: rgb(41,83,19); }
div.DivClassName
{
background-color: #295313;
}
.BgClassName
{
background-color: #295313;
}
</style>
border-color css
<style>
span { border-color: #295313; }
span { border-color: rgb(41,83,19); }
td.TdClassName
{
border-color: #295313;
}
.TagClassName
{
border-color: #295313;
}
</style>