Shades of Myrtle #245314
Tints of Myrtle #245314
RGB
CMYK
RGB Variations
Color information
#245314 (or 0x245314) is known color: Myrtle. HEX triplet: 24, 53 and 14. RGB value is (36,83,20). Sum of RGB (Red+Green+Blue) = 36+83+20=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #245314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245314 is #DBACEB. Grayscale: #3D3D3D. Windows color (decimal): -14396652 or 1332004. OLE color: 1332004.
HSL color Cylindrical-coordinate representation of color #245314: hue angle of 104.76º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245314 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 83 | 20 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.67 |
| HSL | 104.76º | 0.61% | 0.2% | - |
| HSV(B) | 104.76º | 0.76% | 0.33% | - |
| XYZ | 3.95 | 6.61 | 1.73 | - |
| YUV | 61.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 20 | 0.57 | 0 | 0.76 | 0.67 | 104.76 | 0.61 | 0.2 |
| Hex | 24 | 53 | 14 | 39 | 0 | 4C | 43 | 69 | 3D | 14 |
| Octal | 44 | 123 | 24 | 71 | 0 | 114 | 103 | 151 | 75 | 24 |
| Binary | 100100 | 1010011 | 10100 | 111001 | 0 | 1001100 | 1000011 | 1101001 | 111101 | 10100 |
Color Harmonies of #245314
Complementary color
Monochromatic Colors of #245314
Black with #245314
Text Example
Text Example
White with #245314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245314; }
p { color: rgb(36,83,20); }
H1.HeaderClassName
{
color: #245314;
}
.AnyTagClassName
{
color: #245314;
}
</style>
background-color css
<style>
a { background-color: #245314; }
a { background-color: rgb(36,83,20); }
div.DivClassName
{
background-color: #245314;
}
.BgClassName
{
background-color: #245314;
}
</style>
border-color css
<style>
span { border-color: #245314; }
span { border-color: rgb(36,83,20); }
td.TdClassName
{
border-color: #245314;
}
.TagClassName
{
border-color: #245314;
}
</style>