Shades of Myrtle #245F1A
Tints of Myrtle #245F1A
RGB
CMYK
RGB Variations
Color information
#245F1A (or 0x245F1A) is known color: Myrtle. HEX triplet: 24, 5F and 1A. RGB value is (36,95,26). Sum of RGB (Red+Green+Blue) = 36+95+26=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 95 (37.5% from 255 or 60.51% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 95 - color contains mainly: green. Hex color #245F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F1A is #DBA0E5. Grayscale: #454545. Windows color (decimal): -14393574 or 1728292. OLE color: 1728292.
HSL color Cylindrical-coordinate representation of color #245F1A: hue angle of 111.3º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #245F1A is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 95 | 26 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.63 |
| HSL | 111.3º | 0.57% | 0.24% | - |
| HSV(B) | 111.3º | 0.73% | 0.37% | - |
| XYZ | 5.01 | 8.63 | 2.38 | - |
| YUV | 69.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 26 | 0.62 | 0 | 0.73 | 0.63 | 111.3 | 0.57 | 0.24 |
| Hex | 24 | 5F | 1A | 3E | 0 | 49 | 3F | 6F | 39 | 18 |
| Octal | 44 | 137 | 32 | 76 | 0 | 111 | 77 | 157 | 71 | 30 |
| Binary | 100100 | 1011111 | 11010 | 111110 | 0 | 1001001 | 111111 | 1101111 | 111001 | 11000 |
Color Harmonies of #245F1A
Complementary color
Monochromatic Colors of #245F1A
Black with #245F1A
Text Example
Text Example
White with #245F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F1A; }
p { color: rgb(36,95,26); }
H1.HeaderClassName
{
color: #245F1A;
}
.AnyTagClassName
{
color: #245F1A;
}
</style>
background-color css
<style>
a { background-color: #245F1A; }
a { background-color: rgb(36,95,26); }
div.DivClassName
{
background-color: #245F1A;
}
.BgClassName
{
background-color: #245F1A;
}
</style>
border-color css
<style>
span { border-color: #245F1A; }
span { border-color: rgb(36,95,26); }
td.TdClassName
{
border-color: #245F1A;
}
.TagClassName
{
border-color: #245F1A;
}
</style>