Shades of Eucalyptus #25995B
Tints of Eucalyptus #25995B
RGB
CMYK
RGB Variations
Color information
#25995B (or 0x25995B) is known color: Eucalyptus. HEX triplet: 25, 99 and 5B. RGB value is (37,153,91). Sum of RGB (Red+Green+Blue) = 37+153+91=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #25995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25995B is #DA66A4. Grayscale: #6F6F6F. Windows color (decimal): -14313125 or 6002981. OLE color: 6002981.
HSL color Cylindrical-coordinate representation of color #25995B: hue angle of 147.93º 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 #25995B is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 91 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.4 |
| HSL | 147.93º | 0.61% | 0.37% | - |
| HSV(B) | 147.93º | 0.76% | 0.6% | - |
| XYZ | 14.04 | 23.93 | 13.78 | - |
| YUV | 111.25 | 116.57 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 91 | 0.76 | 0 | 0.41 | 0.4 | 147.93 | 0.61 | 0.37 |
| Hex | 25 | 99 | 5B | 4C | 0 | 29 | 28 | 94 | 3D | 25 |
| Octal | 45 | 231 | 133 | 114 | 0 | 51 | 50 | 224 | 75 | 45 |
| Binary | 100101 | 10011001 | 1011011 | 1001100 | 0 | 101001 | 101000 | 10010100 | 111101 | 100101 |
Color Harmonies of #25995B
Complementary color
Monochromatic Colors of #25995B
Black with #25995B
Text Example
Text Example
White with #25995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25995B; }
p { color: rgb(37,153,91); }
H1.HeaderClassName
{
color: #25995B;
}
.AnyTagClassName
{
color: #25995B;
}
</style>
background-color css
<style>
a { background-color: #25995B; }
a { background-color: rgb(37,153,91); }
div.DivClassName
{
background-color: #25995B;
}
.BgClassName
{
background-color: #25995B;
}
</style>
border-color css
<style>
span { border-color: #25995B; }
span { border-color: rgb(37,153,91); }
td.TdClassName
{
border-color: #25995B;
}
.TagClassName
{
border-color: #25995B;
}
</style>