Shades of Eucalyptus #25955D
Tints of Eucalyptus #25955D
RGB
CMYK
RGB Variations
Color information
#25955D (or 0x25955D) is known color: Eucalyptus. HEX triplet: 25, 95 and 5D. RGB value is (37,149,93). Sum of RGB (Red+Green+Blue) = 37+149+93=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #25955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25955D is #DA6AA2. Grayscale: #6D6D6D. Windows color (decimal): -14314147 or 6133029. OLE color: 6133029.
HSL color Cylindrical-coordinate representation of color #25955D: hue angle of 150º 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 #25955D is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 93 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.42 |
| HSL | 150º | 0.6% | 0.36% | - |
| HSV(B) | 150º | 0.75% | 0.58% | - |
| XYZ | 13.49 | 22.68 | 14.02 | - |
| YUV | 109.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 93 | 0.75 | 0 | 0.38 | 0.42 | 150 | 0.6 | 0.36 |
| Hex | 25 | 95 | 5D | 4B | 0 | 26 | 2A | 96 | 3C | 24 |
| Octal | 45 | 225 | 135 | 113 | 0 | 46 | 52 | 226 | 74 | 44 |
| Binary | 100101 | 10010101 | 1011101 | 1001011 | 0 | 100110 | 101010 | 10010110 | 111100 | 100100 |
Color Harmonies of #25955D
Complementary color
Monochromatic Colors of #25955D
Black with #25955D
Text Example
Text Example
White with #25955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25955D; }
p { color: rgb(37,149,93); }
H1.HeaderClassName
{
color: #25955D;
}
.AnyTagClassName
{
color: #25955D;
}
</style>
background-color css
<style>
a { background-color: #25955D; }
a { background-color: rgb(37,149,93); }
div.DivClassName
{
background-color: #25955D;
}
.BgClassName
{
background-color: #25955D;
}
</style>
border-color css
<style>
span { border-color: #25955D; }
span { border-color: rgb(37,149,93); }
td.TdClassName
{
border-color: #25955D;
}
.TagClassName
{
border-color: #25955D;
}
</style>