Shades of Myrtle #245304
Tints of Myrtle #245304
RGB
CMYK
RGB Variations
Color information
#245304 (or 0x245304) is known color: Myrtle. HEX triplet: 24, 53 and 04. RGB value is (36,83,4). Sum of RGB (Red+Green+Blue) = 36+83+4=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #245304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245304 is #DBACFB. Grayscale: #3C3C3C. Windows color (decimal): -14396668 or 283428. OLE color: 283428.
HSL color Cylindrical-coordinate representation of color #245304: hue angle of 95.7º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #245304 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 83 | 4 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.67 |
| HSL | 95.7º | 0.91% | 0.17% | - |
| HSV(B) | 95.7º | 0.95% | 0.33% | - |
| XYZ | 3.84 | 6.57 | 1.18 | - |
| YUV | 59.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 4 | 0.57 | 0 | 0.95 | 0.67 | 95.7 | 0.91 | 0.17 |
| Hex | 24 | 53 | 4 | 39 | 0 | 5F | 43 | 60 | 5B | 11 |
| Octal | 44 | 123 | 4 | 71 | 0 | 137 | 103 | 140 | 133 | 21 |
| Binary | 100100 | 1010011 | 100 | 111001 | 0 | 1011111 | 1000011 | 1100000 | 1011011 | 10001 |
Color Harmonies of #245304
Complementary color
Monochromatic Colors of #245304
Black with #245304
Text Example
Text Example
White with #245304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245304; }
p { color: rgb(36,83,4); }
H1.HeaderClassName
{
color: #245304;
}
.AnyTagClassName
{
color: #245304;
}
</style>
background-color css
<style>
a { background-color: #245304; }
a { background-color: rgb(36,83,4); }
div.DivClassName
{
background-color: #245304;
}
.BgClassName
{
background-color: #245304;
}
</style>
border-color css
<style>
span { border-color: #245304; }
span { border-color: rgb(36,83,4); }
td.TdClassName
{
border-color: #245304;
}
.TagClassName
{
border-color: #245304;
}
</style>