Shades of Myrtle #215307
Tints of Myrtle #215307
RGB
CMYK
RGB Variations
Color information
#215307 (or 0x215307) is known color: Myrtle. HEX triplet: 21, 53 and 07. RGB value is (33,83,7). Sum of RGB (Red+Green+Blue) = 33+83+7=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #215307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215307 is #DEACF8. Grayscale: #3B3B3B. Windows color (decimal): -14593273 or 480033. OLE color: 480033.
HSL color Cylindrical-coordinate representation of color #215307: hue angle of 99.47º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #215307 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 7 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.67 |
| HSL | 99.47º | 0.84% | 0.18% | - |
| HSV(B) | 99.47º | 0.92% | 0.33% | - |
| XYZ | 3.76 | 6.53 | 1.26 | - |
| YUV | 59.39 | 98.44 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 7 | 0.60 | 0 | 0.92 | 0.67 | 99.47 | 0.84 | 0.18 |
| Hex | 21 | 53 | 7 | 3C | 0 | 5C | 43 | 63 | 54 | 12 |
| Octal | 41 | 123 | 7 | 74 | 0 | 134 | 103 | 143 | 124 | 22 |
| Binary | 100001 | 1010011 | 111 | 111100 | 0 | 1011100 | 1000011 | 1100011 | 1010100 | 10010 |
Color Harmonies of #215307
Complementary color
Monochromatic Colors of #215307
Black with #215307
Text Example
Text Example
White with #215307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215307; }
p { color: rgb(33,83,7); }
H1.HeaderClassName
{
color: #215307;
}
.AnyTagClassName
{
color: #215307;
}
</style>
background-color css
<style>
a { background-color: #215307; }
a { background-color: rgb(33,83,7); }
div.DivClassName
{
background-color: #215307;
}
.BgClassName
{
background-color: #215307;
}
</style>
border-color css
<style>
span { border-color: #215307; }
span { border-color: rgb(33,83,7); }
td.TdClassName
{
border-color: #215307;
}
.TagClassName
{
border-color: #215307;
}
</style>