Shades of Eucalyptus #25955C
Tints of Eucalyptus #25955C
RGB
CMYK
RGB Variations
Color information
#25955C (or 0x25955C) is known color: Eucalyptus. HEX triplet: 25, 95 and 5C. RGB value is (37,149,92). Sum of RGB (Red+Green+Blue) = 37+149+92=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #25955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25955C is #DA6AA3. Grayscale: #6D6D6D. Windows color (decimal): -14314148 or 6067493. OLE color: 6067493.
HSL color Cylindrical-coordinate representation of color #25955C: hue angle of 149.46º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25955C is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 92 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.42 |
| HSL | 149.46º | 0.6% | 0.36% | - |
| HSV(B) | 149.46º | 0.75% | 0.58% | - |
| XYZ | 13.44 | 22.66 | 13.79 | - |
| YUV | 109.01 | 118.39 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 92 | 0.75 | 0 | 0.38 | 0.42 | 149.46 | 0.6 | 0.36 |
| Hex | 25 | 95 | 5C | 4B | 0 | 26 | 2A | 95 | 3C | 24 |
| Octal | 45 | 225 | 134 | 113 | 0 | 46 | 52 | 225 | 74 | 44 |
| Binary | 100101 | 10010101 | 1011100 | 1001011 | 0 | 100110 | 101010 | 10010101 | 111100 | 100100 |
Color Harmonies of #25955C
Complementary color
Monochromatic Colors of #25955C
Black with #25955C
Text Example
Text Example
White with #25955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25955C; }
p { color: rgb(37,149,92); }
H1.HeaderClassName
{
color: #25955C;
}
.AnyTagClassName
{
color: #25955C;
}
</style>
background-color css
<style>
a { background-color: #25955C; }
a { background-color: rgb(37,149,92); }
div.DivClassName
{
background-color: #25955C;
}
.BgClassName
{
background-color: #25955C;
}
</style>
border-color css
<style>
span { border-color: #25955C; }
span { border-color: rgb(37,149,92); }
td.TdClassName
{
border-color: #25955C;
}
.TagClassName
{
border-color: #25955C;
}
</style>