Shades of Eucalyptus #26945E
Tints of Eucalyptus #26945E
RGB
CMYK
RGB Variations
Color information
#26945E (or 0x26945E) is known color: Eucalyptus. HEX triplet: 26, 94 and 5E. RGB value is (38,148,94). Sum of RGB (Red+Green+Blue) = 38+148+94=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #26945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26945E is #D96BA1. Grayscale: #6D6D6D. Windows color (decimal): -14248866 or 6198310. OLE color: 6198310.
HSL color Cylindrical-coordinate representation of color #26945E: hue angle of 150.55º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26945E is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 148 | 94 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.42 |
| HSL | 150.55º | 0.59% | 0.36% | - |
| HSV(B) | 150.55º | 0.74% | 0.58% | - |
| XYZ | 13.41 | 22.4 | 14.21 | - |
| YUV | 108.95 | 119.56 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 94 | 0.74 | 0 | 0.36 | 0.42 | 150.55 | 0.59 | 0.36 |
| Hex | 26 | 94 | 5E | 4A | 0 | 24 | 2A | 97 | 3B | 24 |
| Octal | 46 | 224 | 136 | 112 | 0 | 44 | 52 | 227 | 73 | 44 |
| Binary | 100110 | 10010100 | 1011110 | 1001010 | 0 | 100100 | 101010 | 10010111 | 111011 | 100100 |
Color Harmonies of #26945E
Complementary color
Monochromatic Colors of #26945E
Black with #26945E
Text Example
Text Example
White with #26945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26945E; }
p { color: rgb(38,148,94); }
H1.HeaderClassName
{
color: #26945E;
}
.AnyTagClassName
{
color: #26945E;
}
</style>
background-color css
<style>
a { background-color: #26945E; }
a { background-color: rgb(38,148,94); }
div.DivClassName
{
background-color: #26945E;
}
.BgClassName
{
background-color: #26945E;
}
</style>
border-color css
<style>
span { border-color: #26945E; }
span { border-color: rgb(38,148,94); }
td.TdClassName
{
border-color: #26945E;
}
.TagClassName
{
border-color: #26945E;
}
</style>