Shades of Myrtle #214525
Tints of Myrtle #214525
RGB
CMYK
RGB Variations
Color information
#214525 (or 0x214525) is known color: Myrtle. HEX triplet: 21, 45 and 25. RGB value is (33,69,37). Sum of RGB (Red+Green+Blue) = 33+69+37=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #214525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214525 is #DEBADA. Grayscale: #363636. Windows color (decimal): -14596827 or 2442529. OLE color: 2442529.
HSL color Cylindrical-coordinate representation of color #214525: hue angle of 126.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214525 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 69 | 37 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.73 |
| HSL | 126.67º | 0.35% | 0.2% | - |
| HSV(B) | 126.67º | 0.52% | 0.27% | - |
| XYZ | 3.09 | 4.71 | 2.5 | - |
| YUV | 54.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 37 | 0.52 | 0 | 0.46 | 0.73 | 126.67 | 0.35 | 0.2 |
| Hex | 21 | 45 | 25 | 34 | 0 | 2E | 49 | 7F | 23 | 14 |
| Octal | 41 | 105 | 45 | 64 | 0 | 56 | 111 | 177 | 43 | 24 |
| Binary | 100001 | 1000101 | 100101 | 110100 | 0 | 101110 | 1001001 | 1111111 | 100011 | 10100 |
Color Harmonies of #214525
Complementary color
Monochromatic Colors of #214525
Black with #214525
Text Example
Text Example
White with #214525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214525; }
p { color: rgb(33,69,37); }
H1.HeaderClassName
{
color: #214525;
}
.AnyTagClassName
{
color: #214525;
}
</style>
background-color css
<style>
a { background-color: #214525; }
a { background-color: rgb(33,69,37); }
div.DivClassName
{
background-color: #214525;
}
.BgClassName
{
background-color: #214525;
}
</style>
border-color css
<style>
span { border-color: #214525; }
span { border-color: rgb(33,69,37); }
td.TdClassName
{
border-color: #214525;
}
.TagClassName
{
border-color: #214525;
}
</style>