Shades of Eucalyptus #26A456
Tints of Eucalyptus #26A456
RGB
CMYK
RGB Variations
Color information
#26A456 (or 0x26A456) is known color: Eucalyptus. HEX triplet: 26, A4 and 56. RGB value is (38,164,86). Sum of RGB (Red+Green+Blue) = 38+164+86=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #26A456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A456 is #D95BA9. Grayscale: #757575. Windows color (decimal): -14244778 or 5678118. OLE color: 5678118.
HSL color Cylindrical-coordinate representation of color #26A456: hue angle of 142.86º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A456 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 164 | 86 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.36 |
| HSL | 142.86º | 0.62% | 0.4% | - |
| HSV(B) | 142.86º | 0.77% | 0.64% | - |
| XYZ | 15.75 | 27.63 | 13.31 | - |
| YUV | 117.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 164 | 86 | 0.77 | 0 | 0.48 | 0.36 | 142.86 | 0.62 | 0.4 |
| Hex | 26 | A4 | 56 | 4D | 0 | 30 | 24 | 8F | 3E | 28 |
| Octal | 46 | 244 | 126 | 115 | 0 | 60 | 44 | 217 | 76 | 50 |
| Binary | 100110 | 10100100 | 1010110 | 1001101 | 0 | 110000 | 100100 | 10001111 | 111110 | 101000 |
Color Harmonies of #26A456
Complementary color
Monochromatic Colors of #26A456
Black with #26A456
Text Example
Text Example
White with #26A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A456; }
p { color: rgb(38,164,86); }
H1.HeaderClassName
{
color: #26A456;
}
.AnyTagClassName
{
color: #26A456;
}
</style>
background-color css
<style>
a { background-color: #26A456; }
a { background-color: rgb(38,164,86); }
div.DivClassName
{
background-color: #26A456;
}
.BgClassName
{
background-color: #26A456;
}
</style>
border-color css
<style>
span { border-color: #26A456; }
span { border-color: rgb(38,164,86); }
td.TdClassName
{
border-color: #26A456;
}
.TagClassName
{
border-color: #26A456;
}
</style>