Shades of Myrtle #214526
Tints of Myrtle #214526
RGB
CMYK
RGB Variations
Color information
#214526 (or 0x214526) is known color: Myrtle. HEX triplet: 21, 45 and 26. RGB value is (33,69,38). Sum of RGB (Red+Green+Blue) = 33+69+38=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #214526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214526 is #DEBAD9. Grayscale: #363636. Windows color (decimal): -14596826 or 2508065. OLE color: 2508065.
HSL color Cylindrical-coordinate representation of color #214526: hue angle of 128.33º 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 #214526 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 69 | 38 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.73 |
| HSL | 128.33º | 0.35% | 0.2% | - |
| HSV(B) | 128.33º | 0.52% | 0.27% | - |
| XYZ | 3.11 | 4.72 | 2.58 | - |
| YUV | 54.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 38 | 0.52 | 0 | 0.45 | 0.73 | 128.33 | 0.35 | 0.2 |
| Hex | 21 | 45 | 26 | 34 | 0 | 2D | 49 | 80 | 23 | 14 |
| Octal | 41 | 105 | 46 | 64 | 0 | 55 | 111 | 200 | 43 | 24 |
| Binary | 100001 | 1000101 | 100110 | 110100 | 0 | 101101 | 1001001 | 10000000 | 100011 | 10100 |
Color Harmonies of #214526
Complementary color
Monochromatic Colors of #214526
Black with #214526
Text Example
Text Example
White with #214526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214526; }
p { color: rgb(33,69,38); }
H1.HeaderClassName
{
color: #214526;
}
.AnyTagClassName
{
color: #214526;
}
</style>
background-color css
<style>
a { background-color: #214526; }
a { background-color: rgb(33,69,38); }
div.DivClassName
{
background-color: #214526;
}
.BgClassName
{
background-color: #214526;
}
</style>
border-color css
<style>
span { border-color: #214526; }
span { border-color: rgb(33,69,38); }
td.TdClassName
{
border-color: #214526;
}
.TagClassName
{
border-color: #214526;
}
</style>