Shades of Eucalyptus #25995C
Tints of Eucalyptus #25995C
RGB
CMYK
RGB Variations
Color information
#25995C (or 0x25995C) is known color: Eucalyptus. HEX triplet: 25, 99 and 5C. RGB value is (37,153,92). Sum of RGB (Red+Green+Blue) = 37+153+92=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #25995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25995C is #DA66A3. Grayscale: #6F6F6F. Windows color (decimal): -14313124 or 6068517. OLE color: 6068517.
HSL color Cylindrical-coordinate representation of color #25995C: hue angle of 148.45º 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 #25995C is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 92 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.4 |
| HSL | 148.45º | 0.61% | 0.37% | - |
| HSV(B) | 148.45º | 0.76% | 0.6% | - |
| XYZ | 14.09 | 23.95 | 14.01 | - |
| YUV | 111.36 | 117.07 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 92 | 0.76 | 0 | 0.40 | 0.4 | 148.45 | 0.61 | 0.37 |
| Hex | 25 | 99 | 5C | 4C | 0 | 28 | 28 | 94 | 3D | 25 |
| Octal | 45 | 231 | 134 | 114 | 0 | 50 | 50 | 224 | 75 | 45 |
| Binary | 100101 | 10011001 | 1011100 | 1001100 | 0 | 101000 | 101000 | 10010100 | 111101 | 100101 |
Color Harmonies of #25995C
Complementary color
Monochromatic Colors of #25995C
Black with #25995C
Text Example
Text Example
White with #25995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25995C; }
p { color: rgb(37,153,92); }
H1.HeaderClassName
{
color: #25995C;
}
.AnyTagClassName
{
color: #25995C;
}
</style>
background-color css
<style>
a { background-color: #25995C; }
a { background-color: rgb(37,153,92); }
div.DivClassName
{
background-color: #25995C;
}
.BgClassName
{
background-color: #25995C;
}
</style>
border-color css
<style>
span { border-color: #25995C; }
span { border-color: rgb(37,153,92); }
td.TdClassName
{
border-color: #25995C;
}
.TagClassName
{
border-color: #25995C;
}
</style>