Shades of Eucalyptus #259C5C
Tints of Eucalyptus #259C5C
RGB
CMYK
RGB Variations
Color information
#259C5C (or 0x259C5C) is known color: Eucalyptus. HEX triplet: 25, 9C and 5C. RGB value is (37,156,92). Sum of RGB (Red+Green+Blue) = 37+156+92=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #259C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259C5C is #DA63A3. Grayscale: #717171. Windows color (decimal): -14312356 or 6069285. OLE color: 6069285.
HSL color Cylindrical-coordinate representation of color #259C5C: hue angle of 147.73º 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 #259C5C is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 156 | 92 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.39 |
| HSL | 147.73º | 0.62% | 0.38% | - |
| HSV(B) | 147.73º | 0.76% | 0.61% | - |
| XYZ | 14.58 | 24.94 | 14.17 | - |
| YUV | 113.12 | 116.08 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 92 | 0.76 | 0 | 0.41 | 0.39 | 147.73 | 0.62 | 0.38 |
| Hex | 25 | 9C | 5C | 4C | 0 | 29 | 27 | 94 | 3E | 26 |
| Octal | 45 | 234 | 134 | 114 | 0 | 51 | 47 | 224 | 76 | 46 |
| Binary | 100101 | 10011100 | 1011100 | 1001100 | 0 | 101001 | 100111 | 10010100 | 111110 | 100110 |
Color Harmonies of #259C5C
Complementary color
Monochromatic Colors of #259C5C
Black with #259C5C
Text Example
Text Example
White with #259C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259C5C; }
p { color: rgb(37,156,92); }
H1.HeaderClassName
{
color: #259C5C;
}
.AnyTagClassName
{
color: #259C5C;
}
</style>
background-color css
<style>
a { background-color: #259C5C; }
a { background-color: rgb(37,156,92); }
div.DivClassName
{
background-color: #259C5C;
}
.BgClassName
{
background-color: #259C5C;
}
</style>
border-color css
<style>
span { border-color: #259C5C; }
span { border-color: rgb(37,156,92); }
td.TdClassName
{
border-color: #259C5C;
}
.TagClassName
{
border-color: #259C5C;
}
</style>