Shades of Eucalyptus #26A350
Tints of Eucalyptus #26A350
RGB
CMYK
RGB Variations
Color information
#26A350 (or 0x26A350) is known color: Eucalyptus. HEX triplet: 26, A3 and 50. RGB value is (38,163,80). Sum of RGB (Red+Green+Blue) = 38+163+80=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 163 (64.06% from 255 or 58.01% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 163 - color contains mainly: green. Hex color #26A350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A350 is #D95CAF. Grayscale: #747474. Windows color (decimal): -14245040 or 5284646. OLE color: 5284646.
HSL color Cylindrical-coordinate representation of color #26A350: hue angle of 140.16º 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 #26A350 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 163 | 80 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.36 |
| HSL | 140.16º | 0.62% | 0.39% | - |
| HSV(B) | 140.16º | 0.77% | 0.64% | - |
| XYZ | 15.34 | 27.19 | 12.03 | - |
| YUV | 116.16 | 107.59 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 163 | 80 | 0.77 | 0 | 0.51 | 0.36 | 140.16 | 0.62 | 0.39 |
| Hex | 26 | A3 | 50 | 4D | 0 | 33 | 24 | 8C | 3E | 27 |
| Octal | 46 | 243 | 120 | 115 | 0 | 63 | 44 | 214 | 76 | 47 |
| Binary | 100110 | 10100011 | 1010000 | 1001101 | 0 | 110011 | 100100 | 10001100 | 111110 | 100111 |
Color Harmonies of #26A350
Complementary color
Monochromatic Colors of #26A350
Black with #26A350
Text Example
Text Example
White with #26A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A350; }
p { color: rgb(38,163,80); }
H1.HeaderClassName
{
color: #26A350;
}
.AnyTagClassName
{
color: #26A350;
}
</style>
background-color css
<style>
a { background-color: #26A350; }
a { background-color: rgb(38,163,80); }
div.DivClassName
{
background-color: #26A350;
}
.BgClassName
{
background-color: #26A350;
}
</style>
border-color css
<style>
span { border-color: #26A350; }
span { border-color: rgb(38,163,80); }
td.TdClassName
{
border-color: #26A350;
}
.TagClassName
{
border-color: #26A350;
}
</style>