Shades of Eucalyptus #26A656
Tints of Eucalyptus #26A656
RGB
CMYK
RGB Variations
Color information
#26A656 (or 0x26A656) is known color: Eucalyptus. HEX triplet: 26, A6 and 56. RGB value is (38,166,86). Sum of RGB (Red+Green+Blue) = 38+166+86=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 166 (65.23% from 255 or 57.24% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 166 - color contains mainly: green. Hex color #26A656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A656 is #D959A9. Grayscale: #767676. Windows color (decimal): -14244266 or 5678630. OLE color: 5678630.
HSL color Cylindrical-coordinate representation of color #26A656: hue angle of 142.5º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A656 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 166 | 86 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.35 |
| HSL | 142.5º | 0.63% | 0.4% | - |
| HSV(B) | 142.5º | 0.77% | 0.65% | - |
| XYZ | 16.12 | 28.36 | 13.43 | - |
| YUV | 118.61 | 109.59 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 166 | 86 | 0.77 | 0 | 0.48 | 0.35 | 142.5 | 0.63 | 0.4 |
| Hex | 26 | A6 | 56 | 4D | 0 | 30 | 23 | 8E | 3F | 28 |
| Octal | 46 | 246 | 126 | 115 | 0 | 60 | 43 | 216 | 77 | 50 |
| Binary | 100110 | 10100110 | 1010110 | 1001101 | 0 | 110000 | 100011 | 10001110 | 111111 | 101000 |
Color Harmonies of #26A656
Complementary color
Monochromatic Colors of #26A656
Black with #26A656
Text Example
Text Example
White with #26A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A656; }
p { color: rgb(38,166,86); }
H1.HeaderClassName
{
color: #26A656;
}
.AnyTagClassName
{
color: #26A656;
}
</style>
background-color css
<style>
a { background-color: #26A656; }
a { background-color: rgb(38,166,86); }
div.DivClassName
{
background-color: #26A656;
}
.BgClassName
{
background-color: #26A656;
}
</style>
border-color css
<style>
span { border-color: #26A656; }
span { border-color: rgb(38,166,86); }
td.TdClassName
{
border-color: #26A656;
}
.TagClassName
{
border-color: #26A656;
}
</style>