Shades of Eucalyptus #26AB52
Tints of Eucalyptus #26AB52
RGB
CMYK
RGB Variations
Color information
#26AB52 (or 0x26AB52) is known color: Eucalyptus. HEX triplet: 26, AB and 52. RGB value is (38,171,82). Sum of RGB (Red+Green+Blue) = 38+171+82=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #26AB52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AB52 is #D954AD. Grayscale: #797979. Windows color (decimal): -14242990 or 5417766. OLE color: 5417766.
HSL color Cylindrical-coordinate representation of color #26AB52: hue angle of 139.85º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AB52 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 171 | 82 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.33 |
| HSL | 139.85º | 0.64% | 0.41% | - |
| HSV(B) | 139.85º | 0.78% | 0.67% | - |
| XYZ | 16.89 | 30.15 | 12.91 | - |
| YUV | 121.09 | 105.94 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 171 | 82 | 0.78 | 0 | 0.52 | 0.33 | 139.85 | 0.64 | 0.41 |
| Hex | 26 | AB | 52 | 4E | 0 | 34 | 21 | 8C | 40 | 29 |
| Octal | 46 | 253 | 122 | 116 | 0 | 64 | 41 | 214 | 100 | 51 |
| Binary | 100110 | 10101011 | 1010010 | 1001110 | 0 | 110100 | 100001 | 10001100 | 1000000 | 101001 |
Color Harmonies of #26AB52
Complementary color
Monochromatic Colors of #26AB52
Black with #26AB52
Text Example
Text Example
White with #26AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AB52; }
p { color: rgb(38,171,82); }
H1.HeaderClassName
{
color: #26AB52;
}
.AnyTagClassName
{
color: #26AB52;
}
</style>
background-color css
<style>
a { background-color: #26AB52; }
a { background-color: rgb(38,171,82); }
div.DivClassName
{
background-color: #26AB52;
}
.BgClassName
{
background-color: #26AB52;
}
</style>
border-color css
<style>
span { border-color: #26AB52; }
span { border-color: rgb(38,171,82); }
td.TdClassName
{
border-color: #26AB52;
}
.TagClassName
{
border-color: #26AB52;
}
</style>