Shades of Myrtle #234920
Tints of Myrtle #234920
RGB
CMYK
RGB Variations
Color information
#234920 (or 0x234920) is known color: Myrtle. HEX triplet: 23, 49 and 20. RGB value is (35,73,32). Sum of RGB (Red+Green+Blue) = 35+73+32=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #234920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234920 is #DCB6DF. Grayscale: #393939. Windows color (decimal): -14464736 or 2115875. OLE color: 2115875.
HSL color Cylindrical-coordinate representation of color #234920: hue angle of 115.61º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #234920 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 73 | 32 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.71 |
| HSL | 115.61º | 0.39% | 0.21% | - |
| HSV(B) | 115.61º | 0.56% | 0.29% | - |
| XYZ | 3.34 | 5.23 | 2.2 | - |
| YUV | 56.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 32 | 0.52 | 0 | 0.56 | 0.71 | 115.61 | 0.39 | 0.21 |
| Hex | 23 | 49 | 20 | 34 | 0 | 38 | 47 | 74 | 27 | 15 |
| Octal | 43 | 111 | 40 | 64 | 0 | 70 | 107 | 164 | 47 | 25 |
| Binary | 100011 | 1001001 | 100000 | 110100 | 0 | 111000 | 1000111 | 1110100 | 100111 | 10101 |
Color Harmonies of #234920
Complementary color
Monochromatic Colors of #234920
Black with #234920
Text Example
Text Example
White with #234920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234920; }
p { color: rgb(35,73,32); }
H1.HeaderClassName
{
color: #234920;
}
.AnyTagClassName
{
color: #234920;
}
</style>
background-color css
<style>
a { background-color: #234920; }
a { background-color: rgb(35,73,32); }
div.DivClassName
{
background-color: #234920;
}
.BgClassName
{
background-color: #234920;
}
</style>
border-color css
<style>
span { border-color: #234920; }
span { border-color: rgb(35,73,32); }
td.TdClassName
{
border-color: #234920;
}
.TagClassName
{
border-color: #234920;
}
</style>