Shades of Eucalyptus #25A35A
Tints of Eucalyptus #25A35A
RGB
CMYK
RGB Variations
Color information
#25A35A (or 0x25A35A) is known color: Eucalyptus. HEX triplet: 25, A3 and 5A. RGB value is (37,163,90). Sum of RGB (Red+Green+Blue) = 37+163+90=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #25A35A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A35A is #DA5CA5. Grayscale: #757575. Windows color (decimal): -14310566 or 5940005. OLE color: 5940005.
HSL color Cylindrical-coordinate representation of color #25A35A: hue angle of 145.24º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A35A is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 163 | 90 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.36 |
| HSL | 145.24º | 0.63% | 0.39% | - |
| HSV(B) | 145.24º | 0.77% | 0.64% | - |
| XYZ | 15.71 | 27.33 | 14.12 | - |
| YUV | 117 | 112.76 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 163 | 90 | 0.77 | 0 | 0.45 | 0.36 | 145.24 | 0.63 | 0.39 |
| Hex | 25 | A3 | 5A | 4D | 0 | 2D | 24 | 91 | 3F | 27 |
| Octal | 45 | 243 | 132 | 115 | 0 | 55 | 44 | 221 | 77 | 47 |
| Binary | 100101 | 10100011 | 1011010 | 1001101 | 0 | 101101 | 100100 | 10010001 | 111111 | 100111 |
Color Harmonies of #25A35A
Complementary color
Monochromatic Colors of #25A35A
Black with #25A35A
Text Example
Text Example
White with #25A35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A35A; }
p { color: rgb(37,163,90); }
H1.HeaderClassName
{
color: #25A35A;
}
.AnyTagClassName
{
color: #25A35A;
}
</style>
background-color css
<style>
a { background-color: #25A35A; }
a { background-color: rgb(37,163,90); }
div.DivClassName
{
background-color: #25A35A;
}
.BgClassName
{
background-color: #25A35A;
}
</style>
border-color css
<style>
span { border-color: #25A35A; }
span { border-color: rgb(37,163,90); }
td.TdClassName
{
border-color: #25A35A;
}
.TagClassName
{
border-color: #25A35A;
}
</style>