Shades of Eucalyptus #259461
Tints of Eucalyptus #259461
RGB
CMYK
RGB Variations
Color information
#259461 (or 0x259461) is known color: Eucalyptus. HEX triplet: 25, 94 and 61. RGB value is (37,148,97). Sum of RGB (Red+Green+Blue) = 37+148+97=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #259461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259461 is #DA6B9E. Grayscale: #6D6D6D. Windows color (decimal): -14314399 or 6394917. OLE color: 6394917.
HSL color Cylindrical-coordinate representation of color #259461: hue angle of 152.43º 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 #259461 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 97 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.42 |
| HSL | 152.43º | 0.6% | 0.36% | - |
| HSV(B) | 152.43º | 0.75% | 0.58% | - |
| XYZ | 13.51 | 22.44 | 14.93 | - |
| YUV | 109 | 121.23 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 97 | 0.75 | 0 | 0.34 | 0.42 | 152.43 | 0.6 | 0.36 |
| Hex | 25 | 94 | 61 | 4B | 0 | 22 | 2A | 98 | 3C | 24 |
| Octal | 45 | 224 | 141 | 113 | 0 | 42 | 52 | 230 | 74 | 44 |
| Binary | 100101 | 10010100 | 1100001 | 1001011 | 0 | 100010 | 101010 | 10011000 | 111100 | 100100 |
Color Harmonies of #259461
Complementary color
Monochromatic Colors of #259461
Black with #259461
Text Example
Text Example
White with #259461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259461; }
p { color: rgb(37,148,97); }
H1.HeaderClassName
{
color: #259461;
}
.AnyTagClassName
{
color: #259461;
}
</style>
background-color css
<style>
a { background-color: #259461; }
a { background-color: rgb(37,148,97); }
div.DivClassName
{
background-color: #259461;
}
.BgClassName
{
background-color: #259461;
}
</style>
border-color css
<style>
span { border-color: #259461; }
span { border-color: rgb(37,148,97); }
td.TdClassName
{
border-color: #259461;
}
.TagClassName
{
border-color: #259461;
}
</style>