Shades of Eucalyptus #25AA65
Tints of Eucalyptus #25AA65
RGB
CMYK
RGB Variations
Color information
#25AA65 (or 0x25AA65) is known color: Eucalyptus. HEX triplet: 25, AA and 65. RGB value is (37,170,101). Sum of RGB (Red+Green+Blue) = 37+170+101=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AA65 is #DA559A. Grayscale: #7A7A7A. Windows color (decimal): -14308763 or 6662693. OLE color: 6662693.
HSL color Cylindrical-coordinate representation of color #25AA65: hue angle of 148.87º 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 #25AA65 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 170 | 101 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.33 |
| HSL | 148.87º | 0.64% | 0.41% | - |
| HSV(B) | 148.87º | 0.78% | 0.67% | - |
| XYZ | 17.49 | 30.08 | 17.2 | - |
| YUV | 122.37 | 115.94 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 101 | 0.78 | 0 | 0.41 | 0.33 | 148.87 | 0.64 | 0.41 |
| Hex | 25 | AA | 65 | 4E | 0 | 29 | 21 | 95 | 40 | 29 |
| Octal | 45 | 252 | 145 | 116 | 0 | 51 | 41 | 225 | 100 | 51 |
| Binary | 100101 | 10101010 | 1100101 | 1001110 | 0 | 101001 | 100001 | 10010101 | 1000000 | 101001 |
Color Harmonies of #25AA65
Complementary color
Monochromatic Colors of #25AA65
Black with #25AA65
Text Example
Text Example
White with #25AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AA65; }
p { color: rgb(37,170,101); }
H1.HeaderClassName
{
color: #25AA65;
}
.AnyTagClassName
{
color: #25AA65;
}
</style>
background-color css
<style>
a { background-color: #25AA65; }
a { background-color: rgb(37,170,101); }
div.DivClassName
{
background-color: #25AA65;
}
.BgClassName
{
background-color: #25AA65;
}
</style>
border-color css
<style>
span { border-color: #25AA65; }
span { border-color: rgb(37,170,101); }
td.TdClassName
{
border-color: #25AA65;
}
.TagClassName
{
border-color: #25AA65;
}
</style>