Shades of Eucalyptus #25985D
Tints of Eucalyptus #25985D
RGB
CMYK
RGB Variations
Color information
#25985D (or 0x25985D) is known color: Eucalyptus. HEX triplet: 25, 98 and 5D. RGB value is (37,152,93). Sum of RGB (Red+Green+Blue) = 37+152+93=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #25985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25985D is #DA67A2. Grayscale: #6F6F6F. Windows color (decimal): -14313379 or 6133797. OLE color: 6133797.
HSL color Cylindrical-coordinate representation of color #25985D: hue angle of 149.22º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25985D is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 152 | 93 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.40 |
| HSL | 149.22º | 0.61% | 0.37% | - |
| HSV(B) | 149.22º | 0.76% | 0.6% | - |
| XYZ | 13.97 | 23.64 | 14.18 | - |
| YUV | 110.89 | 117.9 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 93 | 0.76 | 0 | 0.39 | 0.40 | 149.22 | 0.61 | 0.37 |
| Hex | 25 | 98 | 5D | 4C | 0 | 27 | 28 | 95 | 3D | 25 |
| Octal | 45 | 230 | 135 | 114 | 0 | 47 | 50 | 225 | 75 | 45 |
| Binary | 100101 | 10011000 | 1011101 | 1001100 | 0 | 100111 | 101000 | 10010101 | 111101 | 100101 |
Color Harmonies of #25985D
Complementary color
Monochromatic Colors of #25985D
Black with #25985D
Text Example
Text Example
White with #25985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25985D; }
p { color: rgb(37,152,93); }
H1.HeaderClassName
{
color: #25985D;
}
.AnyTagClassName
{
color: #25985D;
}
</style>
background-color css
<style>
a { background-color: #25985D; }
a { background-color: rgb(37,152,93); }
div.DivClassName
{
background-color: #25985D;
}
.BgClassName
{
background-color: #25985D;
}
</style>
border-color css
<style>
span { border-color: #25985D; }
span { border-color: rgb(37,152,93); }
td.TdClassName
{
border-color: #25985D;
}
.TagClassName
{
border-color: #25985D;
}
</style>