Shades of Eucalyptus #25975C
Tints of Eucalyptus #25975C
RGB
CMYK
RGB Variations
Color information
#25975C (or 0x25975C) is known color: Eucalyptus. HEX triplet: 25, 97 and 5C. RGB value is (37,151,92). Sum of RGB (Red+Green+Blue) = 37+151+92=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 151 (59.38% from 255 or 53.93% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 151 - color contains mainly: green. Hex color #25975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25975C is #DA68A3. Grayscale: #6E6E6E. Windows color (decimal): -14313636 or 6068005. OLE color: 6068005.
HSL color Cylindrical-coordinate representation of color #25975C: hue angle of 148.95º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25975C is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 151 | 92 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.41 |
| HSL | 148.95º | 0.61% | 0.37% | - |
| HSV(B) | 148.95º | 0.75% | 0.59% | - |
| XYZ | 13.76 | 23.3 | 13.9 | - |
| YUV | 110.19 | 117.73 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 151 | 92 | 0.75 | 0 | 0.39 | 0.41 | 148.95 | 0.61 | 0.37 |
| Hex | 25 | 97 | 5C | 4B | 0 | 27 | 29 | 95 | 3D | 25 |
| Octal | 45 | 227 | 134 | 113 | 0 | 47 | 51 | 225 | 75 | 45 |
| Binary | 100101 | 10010111 | 1011100 | 1001011 | 0 | 100111 | 101001 | 10010101 | 111101 | 100101 |
Color Harmonies of #25975C
Complementary color
Monochromatic Colors of #25975C
Black with #25975C
Text Example
Text Example
White with #25975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25975C; }
p { color: rgb(37,151,92); }
H1.HeaderClassName
{
color: #25975C;
}
.AnyTagClassName
{
color: #25975C;
}
</style>
background-color css
<style>
a { background-color: #25975C; }
a { background-color: rgb(37,151,92); }
div.DivClassName
{
background-color: #25975C;
}
.BgClassName
{
background-color: #25975C;
}
</style>
border-color css
<style>
span { border-color: #25975C; }
span { border-color: rgb(37,151,92); }
td.TdClassName
{
border-color: #25975C;
}
.TagClassName
{
border-color: #25975C;
}
</style>