Shades of Myrtle #234818
Tints of Myrtle #234818
RGB
CMYK
RGB Variations
Color information
#234818 (or 0x234818) is known color: Myrtle. HEX triplet: 23, 48 and 18. RGB value is (35,72,24). Sum of RGB (Red+Green+Blue) = 35+72+24=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #234818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234818 is #DCB7E7. Grayscale: #373737. Windows color (decimal): -14465000 or 1591331. OLE color: 1591331.
HSL color Cylindrical-coordinate representation of color #234818: hue angle of 106.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #234818 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 72 | 24 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.72 |
| HSL | 106.25º | 0.5% | 0.19% | - |
| HSV(B) | 106.25º | 0.67% | 0.28% | - |
| XYZ | 3.18 | 5.06 | 1.67 | - |
| YUV | 55.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 24 | 0.51 | 0 | 0.67 | 0.72 | 106.25 | 0.5 | 0.19 |
| Hex | 23 | 48 | 18 | 33 | 0 | 43 | 48 | 6A | 32 | 13 |
| Octal | 43 | 110 | 30 | 63 | 0 | 103 | 110 | 152 | 62 | 23 |
| Binary | 100011 | 1001000 | 11000 | 110011 | 0 | 1000011 | 1001000 | 1101010 | 110010 | 10011 |
Color Harmonies of #234818
Complementary color
Monochromatic Colors of #234818
Black with #234818
Text Example
Text Example
White with #234818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234818; }
p { color: rgb(35,72,24); }
H1.HeaderClassName
{
color: #234818;
}
.AnyTagClassName
{
color: #234818;
}
</style>
background-color css
<style>
a { background-color: #234818; }
a { background-color: rgb(35,72,24); }
div.DivClassName
{
background-color: #234818;
}
.BgClassName
{
background-color: #234818;
}
</style>
border-color css
<style>
span { border-color: #234818; }
span { border-color: rgb(35,72,24); }
td.TdClassName
{
border-color: #234818;
}
.TagClassName
{
border-color: #234818;
}
</style>