Shades of Myrtle #214725
Tints of Myrtle #214725
RGB
CMYK
RGB Variations
Color information
#214725 (or 0x214725) is known color: Myrtle. HEX triplet: 21, 47 and 25. RGB value is (33,71,37). Sum of RGB (Red+Green+Blue) = 33+71+37=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #214725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214725 is #DEB8DA. Grayscale: #373737. Windows color (decimal): -14596315 or 2443041. OLE color: 2443041.
HSL color Cylindrical-coordinate representation of color #214725: hue angle of 126.32º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214725 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 37 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.72 |
| HSL | 126.32º | 0.37% | 0.2% | - |
| HSV(B) | 126.32º | 0.54% | 0.28% | - |
| XYZ | 3.21 | 4.96 | 2.54 | - |
| YUV | 55.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 37 | 0.54 | 0 | 0.48 | 0.72 | 126.32 | 0.37 | 0.2 |
| Hex | 21 | 47 | 25 | 36 | 0 | 30 | 48 | 7E | 25 | 14 |
| Octal | 41 | 107 | 45 | 66 | 0 | 60 | 110 | 176 | 45 | 24 |
| Binary | 100001 | 1000111 | 100101 | 110110 | 0 | 110000 | 1001000 | 1111110 | 100101 | 10100 |
Color Harmonies of #214725
Complementary color
Monochromatic Colors of #214725
Black with #214725
Text Example
Text Example
White with #214725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214725; }
p { color: rgb(33,71,37); }
H1.HeaderClassName
{
color: #214725;
}
.AnyTagClassName
{
color: #214725;
}
</style>
background-color css
<style>
a { background-color: #214725; }
a { background-color: rgb(33,71,37); }
div.DivClassName
{
background-color: #214725;
}
.BgClassName
{
background-color: #214725;
}
</style>
border-color css
<style>
span { border-color: #214725; }
span { border-color: rgb(33,71,37); }
td.TdClassName
{
border-color: #214725;
}
.TagClassName
{
border-color: #214725;
}
</style>