Shades of Myrtle #21570F
Tints of Myrtle #21570F
RGB
CMYK
RGB Variations
Color information
#21570F (or 0x21570F) is known color: Myrtle. HEX triplet: 21, 57 and 0F. RGB value is (33,87,15). Sum of RGB (Red+Green+Blue) = 33+87+15=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 87 (34.38% from 255 or 64.44% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 87 - color contains mainly: green. Hex color #21570F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21570F is #DEA8F0. Grayscale: #3E3E3E. Windows color (decimal): -14592241 or 1005345. OLE color: 1005345.
HSL color Cylindrical-coordinate representation of color #21570F: hue angle of 105º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21570F is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 87 | 15 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.66 |
| HSL | 105º | 0.71% | 0.2% | - |
| HSV(B) | 105º | 0.83% | 0.34% | - |
| XYZ | 4.12 | 7.17 | 1.62 | - |
| YUV | 62.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 15 | 0.62 | 0 | 0.83 | 0.66 | 105 | 0.71 | 0.2 |
| Hex | 21 | 57 | F | 3E | 0 | 53 | 42 | 69 | 47 | 14 |
| Octal | 41 | 127 | 17 | 76 | 0 | 123 | 102 | 151 | 107 | 24 |
| Binary | 100001 | 1010111 | 1111 | 111110 | 0 | 1010011 | 1000010 | 1101001 | 1000111 | 10100 |
Color Harmonies of #21570F
Complementary color
Monochromatic Colors of #21570F
Black with #21570F
Text Example
Text Example
White with #21570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21570F; }
p { color: rgb(33,87,15); }
H1.HeaderClassName
{
color: #21570F;
}
.AnyTagClassName
{
color: #21570F;
}
</style>
background-color css
<style>
a { background-color: #21570F; }
a { background-color: rgb(33,87,15); }
div.DivClassName
{
background-color: #21570F;
}
.BgClassName
{
background-color: #21570F;
}
</style>
border-color css
<style>
span { border-color: #21570F; }
span { border-color: rgb(33,87,15); }
td.TdClassName
{
border-color: #21570F;
}
.TagClassName
{
border-color: #21570F;
}
</style>