Shades of Myrtle #234A21
Tints of Myrtle #234A21
RGB
CMYK
RGB Variations
Color information
#234A21 (or 0x234A21) is known color: Myrtle. HEX triplet: 23, 4A and 21. RGB value is (35,74,33). Sum of RGB (Red+Green+Blue) = 35+74+33=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 74 (29.30% from 255 or 52.11% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 74 - color contains mainly: green. Hex color #234A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A21 is #DCB5DE. Grayscale: #393939. Windows color (decimal): -14464479 or 2181667. OLE color: 2181667.
HSL color Cylindrical-coordinate representation of color #234A21: hue angle of 117.07º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234A21 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 74 | 33 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.71 |
| HSL | 117.07º | 0.38% | 0.21% | - |
| HSV(B) | 117.07º | 0.55% | 0.29% | - |
| XYZ | 3.42 | 5.36 | 2.29 | - |
| YUV | 57.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 33 | 0.53 | 0 | 0.55 | 0.71 | 117.07 | 0.38 | 0.21 |
| Hex | 23 | 4A | 21 | 35 | 0 | 37 | 47 | 75 | 26 | 15 |
| Octal | 43 | 112 | 41 | 65 | 0 | 67 | 107 | 165 | 46 | 25 |
| Binary | 100011 | 1001010 | 100001 | 110101 | 0 | 110111 | 1000111 | 1110101 | 100110 | 10101 |
Color Harmonies of #234A21
Complementary color
Monochromatic Colors of #234A21
Black with #234A21
Text Example
Text Example
White with #234A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A21; }
p { color: rgb(35,74,33); }
H1.HeaderClassName
{
color: #234A21;
}
.AnyTagClassName
{
color: #234A21;
}
</style>
background-color css
<style>
a { background-color: #234A21; }
a { background-color: rgb(35,74,33); }
div.DivClassName
{
background-color: #234A21;
}
.BgClassName
{
background-color: #234A21;
}
</style>
border-color css
<style>
span { border-color: #234A21; }
span { border-color: rgb(35,74,33); }
td.TdClassName
{
border-color: #234A21;
}
.TagClassName
{
border-color: #234A21;
}
</style>