Shades of Eucalyptus #259B5D
Tints of Eucalyptus #259B5D
RGB
CMYK
RGB Variations
Color information
#259B5D (or 0x259B5D) is known color: Eucalyptus. HEX triplet: 25, 9B and 5D. RGB value is (37,155,93). Sum of RGB (Red+Green+Blue) = 37+155+93=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #259B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B5D is #DA64A2. Grayscale: #707070. Windows color (decimal): -14312611 or 6134565. OLE color: 6134565.
HSL color Cylindrical-coordinate representation of color #259B5D: hue angle of 148.47º 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 #259B5D is Cyan = 0.76, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 155 | 93 | - |
| CMYK | 0.76 | 0 | 0.4 | 0.39 |
| HSL | 148.47º | 0.61% | 0.38% | - |
| HSV(B) | 148.47º | 0.76% | 0.61% | - |
| XYZ | 14.46 | 24.63 | 14.35 | - |
| YUV | 112.65 | 116.91 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 155 | 93 | 0.76 | 0 | 0.4 | 0.39 | 148.47 | 0.61 | 0.38 |
| Hex | 25 | 9B | 5D | 4C | 0 | 28 | 27 | 94 | 3D | 26 |
| Octal | 45 | 233 | 135 | 114 | 0 | 50 | 47 | 224 | 75 | 46 |
| Binary | 100101 | 10011011 | 1011101 | 1001100 | 0 | 101000 | 100111 | 10010100 | 111101 | 100110 |
Color Harmonies of #259B5D
Complementary color
Monochromatic Colors of #259B5D
Black with #259B5D
Text Example
Text Example
White with #259B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259B5D; }
p { color: rgb(37,155,93); }
H1.HeaderClassName
{
color: #259B5D;
}
.AnyTagClassName
{
color: #259B5D;
}
</style>
background-color css
<style>
a { background-color: #259B5D; }
a { background-color: rgb(37,155,93); }
div.DivClassName
{
background-color: #259B5D;
}
.BgClassName
{
background-color: #259B5D;
}
</style>
border-color css
<style>
span { border-color: #259B5D; }
span { border-color: rgb(37,155,93); }
td.TdClassName
{
border-color: #259B5D;
}
.TagClassName
{
border-color: #259B5D;
}
</style>