Shades of Eucalyptus #26935E
Tints of Eucalyptus #26935E
RGB
CMYK
RGB Variations
Color information
#26935E (or 0x26935E) is known color: Eucalyptus. HEX triplet: 26, 93 and 5E. RGB value is (38,147,94). Sum of RGB (Red+Green+Blue) = 38+147+94=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #26935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26935E is #D96CA1. Grayscale: #6C6C6C. Windows color (decimal): -14249122 or 6198054. OLE color: 6198054.
HSL color Cylindrical-coordinate representation of color #26935E: hue angle of 150.83º 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 #26935E is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 94 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.42 |
| HSL | 150.83º | 0.59% | 0.36% | - |
| HSV(B) | 150.83º | 0.74% | 0.58% | - |
| XYZ | 13.25 | 22.09 | 14.15 | - |
| YUV | 108.37 | 119.89 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 94 | 0.74 | 0 | 0.36 | 0.42 | 150.83 | 0.59 | 0.36 |
| Hex | 26 | 93 | 5E | 4A | 0 | 24 | 2A | 97 | 3B | 24 |
| Octal | 46 | 223 | 136 | 112 | 0 | 44 | 52 | 227 | 73 | 44 |
| Binary | 100110 | 10010011 | 1011110 | 1001010 | 0 | 100100 | 101010 | 10010111 | 111011 | 100100 |
Color Harmonies of #26935E
Complementary color
Monochromatic Colors of #26935E
Black with #26935E
Text Example
Text Example
White with #26935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26935E; }
p { color: rgb(38,147,94); }
H1.HeaderClassName
{
color: #26935E;
}
.AnyTagClassName
{
color: #26935E;
}
</style>
background-color css
<style>
a { background-color: #26935E; }
a { background-color: rgb(38,147,94); }
div.DivClassName
{
background-color: #26935E;
}
.BgClassName
{
background-color: #26935E;
}
</style>
border-color css
<style>
span { border-color: #26935E; }
span { border-color: rgb(38,147,94); }
td.TdClassName
{
border-color: #26935E;
}
.TagClassName
{
border-color: #26935E;
}
</style>