Shades of Eucalyptus #26A55B
Tints of Eucalyptus #26A55B
RGB
CMYK
RGB Variations
Color information
#26A55B (or 0x26A55B) is known color: Eucalyptus. HEX triplet: 26, A5 and 5B. RGB value is (38,165,91). Sum of RGB (Red+Green+Blue) = 38+165+91=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #26A55B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A55B is #D95AA4. Grayscale: #767676. Windows color (decimal): -14244517 or 6006054. OLE color: 6006054.
HSL color Cylindrical-coordinate representation of color #26A55B: hue angle of 145.04º 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 #26A55B is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 165 | 91 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.35 |
| HSL | 145.04º | 0.63% | 0.4% | - |
| HSV(B) | 145.04º | 0.77% | 0.65% | - |
| XYZ | 16.14 | 28.08 | 14.47 | - |
| YUV | 118.59 | 112.42 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 165 | 91 | 0.77 | 0 | 0.45 | 0.35 | 145.04 | 0.63 | 0.4 |
| Hex | 26 | A5 | 5B | 4D | 0 | 2D | 23 | 91 | 3F | 28 |
| Octal | 46 | 245 | 133 | 115 | 0 | 55 | 43 | 221 | 77 | 50 |
| Binary | 100110 | 10100101 | 1011011 | 1001101 | 0 | 101101 | 100011 | 10010001 | 111111 | 101000 |
Color Harmonies of #26A55B
Complementary color
Monochromatic Colors of #26A55B
Black with #26A55B
Text Example
Text Example
White with #26A55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A55B; }
p { color: rgb(38,165,91); }
H1.HeaderClassName
{
color: #26A55B;
}
.AnyTagClassName
{
color: #26A55B;
}
</style>
background-color css
<style>
a { background-color: #26A55B; }
a { background-color: rgb(38,165,91); }
div.DivClassName
{
background-color: #26A55B;
}
.BgClassName
{
background-color: #26A55B;
}
</style>
border-color css
<style>
span { border-color: #26A55B; }
span { border-color: rgb(38,165,91); }
td.TdClassName
{
border-color: #26A55B;
}
.TagClassName
{
border-color: #26A55B;
}
</style>