Shades of Eucalyptus #25AA4D
Tints of Eucalyptus #25AA4D
RGB
CMYK
RGB Variations
Color information
#25AA4D (or 0x25AA4D) is known color: Eucalyptus. HEX triplet: 25, AA and 4D. RGB value is (37,170,77). Sum of RGB (Red+Green+Blue) = 37+170+77=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AA4D is #DA55B2. Grayscale: #777777. Windows color (decimal): -14308787 or 5089829. OLE color: 5089829.
HSL color Cylindrical-coordinate representation of color #25AA4D: hue angle of 138.05º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AA4D is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 170 | 77 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.33 |
| HSL | 138.05º | 0.64% | 0.41% | - |
| HSV(B) | 138.05º | 0.78% | 0.67% | - |
| XYZ | 16.48 | 29.68 | 11.88 | - |
| YUV | 119.63 | 103.94 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 77 | 0.78 | 0 | 0.55 | 0.33 | 138.05 | 0.64 | 0.41 |
| Hex | 25 | AA | 4D | 4E | 0 | 37 | 21 | 8A | 40 | 29 |
| Octal | 45 | 252 | 115 | 116 | 0 | 67 | 41 | 212 | 100 | 51 |
| Binary | 100101 | 10101010 | 1001101 | 1001110 | 0 | 110111 | 100001 | 10001010 | 1000000 | 101001 |
Color Harmonies of #25AA4D
Complementary color
Monochromatic Colors of #25AA4D
Black with #25AA4D
Text Example
Text Example
White with #25AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AA4D; }
p { color: rgb(37,170,77); }
H1.HeaderClassName
{
color: #25AA4D;
}
.AnyTagClassName
{
color: #25AA4D;
}
</style>
background-color css
<style>
a { background-color: #25AA4D; }
a { background-color: rgb(37,170,77); }
div.DivClassName
{
background-color: #25AA4D;
}
.BgClassName
{
background-color: #25AA4D;
}
</style>
border-color css
<style>
span { border-color: #25AA4D; }
span { border-color: rgb(37,170,77); }
td.TdClassName
{
border-color: #25AA4D;
}
.TagClassName
{
border-color: #25AA4D;
}
</style>