Shades of Eucalyptus #26A34D
Tints of Eucalyptus #26A34D
RGB
CMYK
RGB Variations
Color information
#26A34D (or 0x26A34D) is known color: Eucalyptus. HEX triplet: 26, A3 and 4D. RGB value is (38,163,77). Sum of RGB (Red+Green+Blue) = 38+163+77=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #26A34D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A34D is #D95CB2. Grayscale: #747474. Windows color (decimal): -14245043 or 5088038. OLE color: 5088038.
HSL color Cylindrical-coordinate representation of color #26A34D: hue angle of 138.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 #26A34D is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 163 | 77 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.36 |
| HSL | 138.72º | 0.62% | 0.39% | - |
| HSV(B) | 138.72º | 0.77% | 0.64% | - |
| XYZ | 15.24 | 27.14 | 11.46 | - |
| YUV | 115.82 | 106.09 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 163 | 77 | 0.77 | 0 | 0.53 | 0.36 | 138.72 | 0.62 | 0.39 |
| Hex | 26 | A3 | 4D | 4D | 0 | 35 | 24 | 8B | 3E | 27 |
| Octal | 46 | 243 | 115 | 115 | 0 | 65 | 44 | 213 | 76 | 47 |
| Binary | 100110 | 10100011 | 1001101 | 1001101 | 0 | 110101 | 100100 | 10001011 | 111110 | 100111 |
Color Harmonies of #26A34D
Complementary color
Monochromatic Colors of #26A34D
Black with #26A34D
Text Example
Text Example
White with #26A34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A34D; }
p { color: rgb(38,163,77); }
H1.HeaderClassName
{
color: #26A34D;
}
.AnyTagClassName
{
color: #26A34D;
}
</style>
background-color css
<style>
a { background-color: #26A34D; }
a { background-color: rgb(38,163,77); }
div.DivClassName
{
background-color: #26A34D;
}
.BgClassName
{
background-color: #26A34D;
}
</style>
border-color css
<style>
span { border-color: #26A34D; }
span { border-color: rgb(38,163,77); }
td.TdClassName
{
border-color: #26A34D;
}
.TagClassName
{
border-color: #26A34D;
}
</style>