Shades of Myrtle #215304
Tints of Myrtle #215304
RGB
CMYK
RGB Variations
Color information
#215304 (or 0x215304) is known color: Myrtle. HEX triplet: 21, 53 and 04. RGB value is (33,83,4). Sum of RGB (Red+Green+Blue) = 33+83+4=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #215304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215304 is #DEACFB. Grayscale: #3B3B3B. Windows color (decimal): -14593276 or 283425. OLE color: 283425.
HSL color Cylindrical-coordinate representation of color #215304: hue angle of 97.97º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #215304 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 4 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.67 |
| HSL | 97.97º | 0.91% | 0.17% | - |
| HSV(B) | 97.97º | 0.95% | 0.33% | - |
| XYZ | 3.74 | 6.52 | 1.18 | - |
| YUV | 59.04 | 96.94 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 4 | 0.60 | 0 | 0.95 | 0.67 | 97.97 | 0.91 | 0.17 |
| Hex | 21 | 53 | 4 | 3C | 0 | 5F | 43 | 62 | 5B | 11 |
| Octal | 41 | 123 | 4 | 74 | 0 | 137 | 103 | 142 | 133 | 21 |
| Binary | 100001 | 1010011 | 100 | 111100 | 0 | 1011111 | 1000011 | 1100010 | 1011011 | 10001 |
Color Harmonies of #215304
Complementary color
Monochromatic Colors of #215304
Black with #215304
Text Example
Text Example
White with #215304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215304; }
p { color: rgb(33,83,4); }
H1.HeaderClassName
{
color: #215304;
}
.AnyTagClassName
{
color: #215304;
}
</style>
background-color css
<style>
a { background-color: #215304; }
a { background-color: rgb(33,83,4); }
div.DivClassName
{
background-color: #215304;
}
.BgClassName
{
background-color: #215304;
}
</style>
border-color css
<style>
span { border-color: #215304; }
span { border-color: rgb(33,83,4); }
td.TdClassName
{
border-color: #215304;
}
.TagClassName
{
border-color: #215304;
}
</style>