Shades of Eucalyptus #259361
Tints of Eucalyptus #259361
RGB
CMYK
RGB Variations
Color information
#259361 (or 0x259361) is known color: Eucalyptus. HEX triplet: 25, 93 and 61. RGB value is (37,147,97). Sum of RGB (Red+Green+Blue) = 37+147+97=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #259361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259361 is #DA6C9E. Grayscale: #6C6C6C. Windows color (decimal): -14314655 or 6394661. OLE color: 6394661.
HSL color Cylindrical-coordinate representation of color #259361: hue angle of 152.73º 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 #259361 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 147 | 97 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.42 |
| HSL | 152.73º | 0.6% | 0.36% | - |
| HSV(B) | 152.73º | 0.75% | 0.58% | - |
| XYZ | 13.35 | 22.12 | 14.88 | - |
| YUV | 108.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 97 | 0.75 | 0 | 0.34 | 0.42 | 152.73 | 0.6 | 0.36 |
| Hex | 25 | 93 | 61 | 4B | 0 | 22 | 2A | 99 | 3C | 24 |
| Octal | 45 | 223 | 141 | 113 | 0 | 42 | 52 | 231 | 74 | 44 |
| Binary | 100101 | 10010011 | 1100001 | 1001011 | 0 | 100010 | 101010 | 10011001 | 111100 | 100100 |
Color Harmonies of #259361
Complementary color
Monochromatic Colors of #259361
Black with #259361
Text Example
Text Example
White with #259361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259361; }
p { color: rgb(37,147,97); }
H1.HeaderClassName
{
color: #259361;
}
.AnyTagClassName
{
color: #259361;
}
</style>
background-color css
<style>
a { background-color: #259361; }
a { background-color: rgb(37,147,97); }
div.DivClassName
{
background-color: #259361;
}
.BgClassName
{
background-color: #259361;
}
</style>
border-color css
<style>
span { border-color: #259361; }
span { border-color: rgb(37,147,97); }
td.TdClassName
{
border-color: #259361;
}
.TagClassName
{
border-color: #259361;
}
</style>