Shades of Eucalyptus #26A366
Tints of Eucalyptus #26A366
RGB
CMYK
RGB Variations
Color information
#26A366 (or 0x26A366) is known color: Eucalyptus. HEX triplet: 26, A3 and 66. RGB value is (38,163,102). Sum of RGB (Red+Green+Blue) = 38+163+102=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #26A366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A366 is #D95C99. Grayscale: #767676. Windows color (decimal): -14245018 or 6726438. OLE color: 6726438.
HSL color Cylindrical-coordinate representation of color #26A366: hue angle of 150.72º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A366 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 163 | 102 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.36 |
| HSL | 150.72º | 0.62% | 0.39% | - |
| HSV(B) | 150.72º | 0.77% | 0.64% | - |
| XYZ | 16.29 | 27.57 | 17.03 | - |
| YUV | 118.67 | 118.59 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 163 | 102 | 0.77 | 0 | 0.37 | 0.36 | 150.72 | 0.62 | 0.39 |
| Hex | 26 | A3 | 66 | 4D | 0 | 25 | 24 | 97 | 3E | 27 |
| Octal | 46 | 243 | 146 | 115 | 0 | 45 | 44 | 227 | 76 | 47 |
| Binary | 100110 | 10100011 | 1100110 | 1001101 | 0 | 100101 | 100100 | 10010111 | 111110 | 100111 |
Color Harmonies of #26A366
Complementary color
Monochromatic Colors of #26A366
Black with #26A366
Text Example
Text Example
White with #26A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A366; }
p { color: rgb(38,163,102); }
H1.HeaderClassName
{
color: #26A366;
}
.AnyTagClassName
{
color: #26A366;
}
</style>
background-color css
<style>
a { background-color: #26A366; }
a { background-color: rgb(38,163,102); }
div.DivClassName
{
background-color: #26A366;
}
.BgClassName
{
background-color: #26A366;
}
</style>
border-color css
<style>
span { border-color: #26A366; }
span { border-color: rgb(38,163,102); }
td.TdClassName
{
border-color: #26A366;
}
.TagClassName
{
border-color: #26A366;
}
</style>