Shades of Myrtle #21530F
Tints of Myrtle #21530F
RGB
CMYK
RGB Variations
Color information
#21530F (or 0x21530F) is known color: Myrtle. HEX triplet: 21, 53 and 0F. RGB value is (33,83,15). Sum of RGB (Red+Green+Blue) = 33+83+15=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #21530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21530F is #DEACF0. Grayscale: #3C3C3C. Windows color (decimal): -14593265 or 1004321. OLE color: 1004321.
HSL color Cylindrical-coordinate representation of color #21530F: hue angle of 104.12º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21530F is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 15 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.67 |
| HSL | 104.12º | 0.69% | 0.19% | - |
| HSV(B) | 104.12º | 0.82% | 0.33% | - |
| XYZ | 3.81 | 6.54 | 1.51 | - |
| YUV | 60.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 15 | 0.60 | 0 | 0.82 | 0.67 | 104.12 | 0.69 | 0.19 |
| Hex | 21 | 53 | F | 3C | 0 | 52 | 43 | 68 | 45 | 13 |
| Octal | 41 | 123 | 17 | 74 | 0 | 122 | 103 | 150 | 105 | 23 |
| Binary | 100001 | 1010011 | 1111 | 111100 | 0 | 1010010 | 1000011 | 1101000 | 1000101 | 10011 |
Color Harmonies of #21530F
Complementary color
Monochromatic Colors of #21530F
Black with #21530F
Text Example
Text Example
White with #21530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21530F; }
p { color: rgb(33,83,15); }
H1.HeaderClassName
{
color: #21530F;
}
.AnyTagClassName
{
color: #21530F;
}
</style>
background-color css
<style>
a { background-color: #21530F; }
a { background-color: rgb(33,83,15); }
div.DivClassName
{
background-color: #21530F;
}
.BgClassName
{
background-color: #21530F;
}
</style>
border-color css
<style>
span { border-color: #21530F; }
span { border-color: rgb(33,83,15); }
td.TdClassName
{
border-color: #21530F;
}
.TagClassName
{
border-color: #21530F;
}
</style>