Shades of Eucalyptus #25AA64
Tints of Eucalyptus #25AA64
RGB
CMYK
RGB Variations
Color information
#25AA64 (or 0x25AA64) is known color: Eucalyptus. HEX triplet: 25, AA and 64. RGB value is (37,170,100). Sum of RGB (Red+Green+Blue) = 37+170+100=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AA64 is #DA559B. Grayscale: #7A7A7A. Windows color (decimal): -14308764 or 6597157. OLE color: 6597157.
HSL color Cylindrical-coordinate representation of color #25AA64: hue angle of 148.42º 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 #25AA64 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 170 | 100 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.33 |
| HSL | 148.42º | 0.64% | 0.41% | - |
| HSV(B) | 148.42º | 0.78% | 0.67% | - |
| XYZ | 17.44 | 30.06 | 16.94 | - |
| YUV | 122.25 | 115.44 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 170 | 100 | 0.78 | 0 | 0.41 | 0.33 | 148.42 | 0.64 | 0.41 |
| Hex | 25 | AA | 64 | 4E | 0 | 29 | 21 | 94 | 40 | 29 |
| Octal | 45 | 252 | 144 | 116 | 0 | 51 | 41 | 224 | 100 | 51 |
| Binary | 100101 | 10101010 | 1100100 | 1001110 | 0 | 101001 | 100001 | 10010100 | 1000000 | 101001 |
Color Harmonies of #25AA64
Complementary color
Monochromatic Colors of #25AA64
Black with #25AA64
Text Example
Text Example
White with #25AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AA64; }
p { color: rgb(37,170,100); }
H1.HeaderClassName
{
color: #25AA64;
}
.AnyTagClassName
{
color: #25AA64;
}
</style>
background-color css
<style>
a { background-color: #25AA64; }
a { background-color: rgb(37,170,100); }
div.DivClassName
{
background-color: #25AA64;
}
.BgClassName
{
background-color: #25AA64;
}
</style>
border-color css
<style>
span { border-color: #25AA64; }
span { border-color: rgb(37,170,100); }
td.TdClassName
{
border-color: #25AA64;
}
.TagClassName
{
border-color: #25AA64;
}
</style>