Shades of Eucalyptus #21A355
Tints of Eucalyptus #21A355
RGB
CMYK
RGB Variations
Color information
#21A355 (or 0x21A355) is known color: Eucalyptus. HEX triplet: 21, A3 and 55. RGB value is (33,163,85). Sum of RGB (Red+Green+Blue) = 33+163+85=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 163 (64.06% from 255 or 58.01% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 163 - color contains mainly: green. Hex color #21A355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A355 is #DE5CAA. Grayscale: #737373. Windows color (decimal): -14572715 or 5612321. OLE color: 5612321.
HSL color Cylindrical-coordinate representation of color #21A355: hue angle of 144º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A355 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 85 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.36 |
| HSL | 144º | 0.66% | 0.38% | - |
| HSV(B) | 144º | 0.8% | 0.64% | - |
| XYZ | 15.36 | 27.17 | 13.03 | - |
| YUV | 115.24 | 110.93 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 85 | 0.80 | 0 | 0.48 | 0.36 | 144 | 0.66 | 0.38 |
| Hex | 21 | A3 | 55 | 50 | 0 | 30 | 24 | 90 | 42 | 26 |
| Octal | 41 | 243 | 125 | 120 | 0 | 60 | 44 | 220 | 102 | 46 |
| Binary | 100001 | 10100011 | 1010101 | 1010000 | 0 | 110000 | 100100 | 10010000 | 1000010 | 100110 |
Color Harmonies of #21A355
Complementary color
Monochromatic Colors of #21A355
Black with #21A355
Text Example
Text Example
White with #21A355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A355; }
p { color: rgb(33,163,85); }
H1.HeaderClassName
{
color: #21A355;
}
.AnyTagClassName
{
color: #21A355;
}
</style>
background-color css
<style>
a { background-color: #21A355; }
a { background-color: rgb(33,163,85); }
div.DivClassName
{
background-color: #21A355;
}
.BgClassName
{
background-color: #21A355;
}
</style>
border-color css
<style>
span { border-color: #21A355; }
span { border-color: rgb(33,163,85); }
td.TdClassName
{
border-color: #21A355;
}
.TagClassName
{
border-color: #21A355;
}
</style>