Shades of Eucalyptus #259C5B
Tints of Eucalyptus #259C5B
RGB
CMYK
RGB Variations
Color information
#259C5B (or 0x259C5B) is known color: Eucalyptus. HEX triplet: 25, 9C and 5B. RGB value is (37,156,91). Sum of RGB (Red+Green+Blue) = 37+156+91=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #259C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259C5B is #DA63A4. Grayscale: #717171. Windows color (decimal): -14312357 or 6003749. OLE color: 6003749.
HSL color Cylindrical-coordinate representation of color #259C5B: hue angle of 147.23º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259C5B is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 156 | 91 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.39 |
| HSL | 147.23º | 0.62% | 0.38% | - |
| HSV(B) | 147.23º | 0.76% | 0.61% | - |
| XYZ | 14.54 | 24.93 | 13.94 | - |
| YUV | 113.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 91 | 0.76 | 0 | 0.42 | 0.39 | 147.23 | 0.62 | 0.38 |
| Hex | 25 | 9C | 5B | 4C | 0 | 2A | 27 | 93 | 3E | 26 |
| Octal | 45 | 234 | 133 | 114 | 0 | 52 | 47 | 223 | 76 | 46 |
| Binary | 100101 | 10011100 | 1011011 | 1001100 | 0 | 101010 | 100111 | 10010011 | 111110 | 100110 |
Color Harmonies of #259C5B
Complementary color
Monochromatic Colors of #259C5B
Black with #259C5B
Text Example
Text Example
White with #259C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259C5B; }
p { color: rgb(37,156,91); }
H1.HeaderClassName
{
color: #259C5B;
}
.AnyTagClassName
{
color: #259C5B;
}
</style>
background-color css
<style>
a { background-color: #259C5B; }
a { background-color: rgb(37,156,91); }
div.DivClassName
{
background-color: #259C5B;
}
.BgClassName
{
background-color: #259C5B;
}
</style>
border-color css
<style>
span { border-color: #259C5B; }
span { border-color: rgb(37,156,91); }
td.TdClassName
{
border-color: #259C5B;
}
.TagClassName
{
border-color: #259C5B;
}
</style>