Shades of Eucalyptus #26A65B
Tints of Eucalyptus #26A65B
RGB
CMYK
RGB Variations
Color information
#26A65B (or 0x26A65B) is known color: Eucalyptus. HEX triplet: 26, A6 and 5B. RGB value is (38,166,91). Sum of RGB (Red+Green+Blue) = 38+166+91=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #26A65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A65B is #D959A4. Grayscale: #777777. Windows color (decimal): -14244261 or 6006310. OLE color: 6006310.
HSL color Cylindrical-coordinate representation of color #26A65B: hue angle of 144.84º 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 #26A65B is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 166 | 91 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.35 |
| HSL | 144.84º | 0.63% | 0.4% | - |
| HSV(B) | 144.84º | 0.77% | 0.65% | - |
| XYZ | 16.32 | 28.44 | 14.53 | - |
| YUV | 119.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 166 | 91 | 0.77 | 0 | 0.45 | 0.35 | 144.84 | 0.63 | 0.4 |
| Hex | 26 | A6 | 5B | 4D | 0 | 2D | 23 | 91 | 3F | 28 |
| Octal | 46 | 246 | 133 | 115 | 0 | 55 | 43 | 221 | 77 | 50 |
| Binary | 100110 | 10100110 | 1011011 | 1001101 | 0 | 101101 | 100011 | 10010001 | 111111 | 101000 |
Color Harmonies of #26A65B
Complementary color
Monochromatic Colors of #26A65B
Black with #26A65B
Text Example
Text Example
White with #26A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A65B; }
p { color: rgb(38,166,91); }
H1.HeaderClassName
{
color: #26A65B;
}
.AnyTagClassName
{
color: #26A65B;
}
</style>
background-color css
<style>
a { background-color: #26A65B; }
a { background-color: rgb(38,166,91); }
div.DivClassName
{
background-color: #26A65B;
}
.BgClassName
{
background-color: #26A65B;
}
</style>
border-color css
<style>
span { border-color: #26A65B; }
span { border-color: rgb(38,166,91); }
td.TdClassName
{
border-color: #26A65B;
}
.TagClassName
{
border-color: #26A65B;
}
</style>