Shades of Eucalyptus #26A055
Tints of Eucalyptus #26A055
RGB
CMYK
RGB Variations
Color information
#26A055 (or 0x26A055) is known color: Eucalyptus. HEX triplet: 26, A0 and 55. RGB value is (38,160,85). Sum of RGB (Red+Green+Blue) = 38+160+85=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #26A055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A055 is #D95FAA. Grayscale: #737373. Windows color (decimal): -14245803 or 5611558. OLE color: 5611558.
HSL color Cylindrical-coordinate representation of color #26A055: hue angle of 143.11º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26A055 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 160 | 85 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.37 |
| HSL | 143.11º | 0.62% | 0.39% | - |
| HSV(B) | 143.11º | 0.76% | 0.63% | - |
| XYZ | 15.01 | 26.21 | 12.86 | - |
| YUV | 114.97 | 111.08 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 160 | 85 | 0.76 | 0 | 0.47 | 0.37 | 143.11 | 0.62 | 0.39 |
| Hex | 26 | A0 | 55 | 4C | 0 | 2F | 25 | 8F | 3E | 27 |
| Octal | 46 | 240 | 125 | 114 | 0 | 57 | 45 | 217 | 76 | 47 |
| Binary | 100110 | 10100000 | 1010101 | 1001100 | 0 | 101111 | 100101 | 10001111 | 111110 | 100111 |
Color Harmonies of #26A055
Complementary color
Monochromatic Colors of #26A055
Black with #26A055
Text Example
Text Example
White with #26A055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A055; }
p { color: rgb(38,160,85); }
H1.HeaderClassName
{
color: #26A055;
}
.AnyTagClassName
{
color: #26A055;
}
</style>
background-color css
<style>
a { background-color: #26A055; }
a { background-color: rgb(38,160,85); }
div.DivClassName
{
background-color: #26A055;
}
.BgClassName
{
background-color: #26A055;
}
</style>
border-color css
<style>
span { border-color: #26A055; }
span { border-color: rgb(38,160,85); }
td.TdClassName
{
border-color: #26A055;
}
.TagClassName
{
border-color: #26A055;
}
</style>