Shades of Eucalyptus #259B5B
Tints of Eucalyptus #259B5B
RGB
CMYK
RGB Variations
Color information
#259B5B (or 0x259B5B) is known color: Eucalyptus. HEX triplet: 25, 9B and 5B. RGB value is (37,155,91). Sum of RGB (Red+Green+Blue) = 37+155+91=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 155 (60.94% from 255 or 54.77% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 155 - color contains mainly: green. Hex color #259B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B5B is #DA64A4. Grayscale: #707070. Windows color (decimal): -14312613 or 6003493. OLE color: 6003493.
HSL color Cylindrical-coordinate representation of color #259B5B: hue angle of 147.46º degrees, saturation: 0.61, 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 #259B5B is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 155 | 91 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.39 |
| HSL | 147.46º | 0.61% | 0.38% | - |
| HSV(B) | 147.46º | 0.76% | 0.61% | - |
| XYZ | 14.37 | 24.59 | 13.89 | - |
| YUV | 112.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 91 | 0.76 | 0 | 0.41 | 0.39 | 147.46 | 0.61 | 0.38 |
| Hex | 25 | 9B | 5B | 4C | 0 | 29 | 27 | 93 | 3D | 26 |
| Octal | 45 | 233 | 133 | 114 | 0 | 51 | 47 | 223 | 75 | 46 |
| Binary | 100101 | 10011011 | 1011011 | 1001100 | 0 | 101001 | 100111 | 10010011 | 111101 | 100110 |
Color Harmonies of #259B5B
Complementary color
Monochromatic Colors of #259B5B
Black with #259B5B
Text Example
Text Example
White with #259B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B5B; }
p { color: rgb(37,155,91); }
H1.HeaderClassName
{
color: #259B5B;
}
.AnyTagClassName
{
color: #259B5B;
}
</style>
background-color css
<style>
a { background-color: #259B5B; }
a { background-color: rgb(37,155,91); }
div.DivClassName
{
background-color: #259B5B;
}
.BgClassName
{
background-color: #259B5B;
}
</style>
border-color css
<style>
span { border-color: #259B5B; }
span { border-color: rgb(37,155,91); }
td.TdClassName
{
border-color: #259B5B;
}
.TagClassName
{
border-color: #259B5B;
}
</style>