Shades of Eucalyptus #26A363
Tints of Eucalyptus #26A363
RGB
CMYK
RGB Variations
Color information
#26A363 (or 0x26A363) is known color: Eucalyptus. HEX triplet: 26, A3 and 63. RGB value is (38,163,99). Sum of RGB (Red+Green+Blue) = 38+163+99=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 163 (64.06% from 255 or 54.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 163 - color contains mainly: green. Hex color #26A363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A363 is #D95C9C. Grayscale: #767676. Windows color (decimal): -14245021 or 6529830. OLE color: 6529830.
HSL color Cylindrical-coordinate representation of color #26A363: hue angle of 149.28º 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 #26A363 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 163 | 99 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.36 |
| HSL | 149.28º | 0.62% | 0.39% | - |
| HSV(B) | 149.28º | 0.77% | 0.64% | - |
| XYZ | 16.15 | 27.51 | 16.26 | - |
| YUV | 118.33 | 117.09 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 163 | 99 | 0.77 | 0 | 0.39 | 0.36 | 149.28 | 0.62 | 0.39 |
| Hex | 26 | A3 | 63 | 4D | 0 | 27 | 24 | 95 | 3E | 27 |
| Octal | 46 | 243 | 143 | 115 | 0 | 47 | 44 | 225 | 76 | 47 |
| Binary | 100110 | 10100011 | 1100011 | 1001101 | 0 | 100111 | 100100 | 10010101 | 111110 | 100111 |
Color Harmonies of #26A363
Complementary color
Monochromatic Colors of #26A363
Black with #26A363
Text Example
Text Example
White with #26A363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A363; }
p { color: rgb(38,163,99); }
H1.HeaderClassName
{
color: #26A363;
}
.AnyTagClassName
{
color: #26A363;
}
</style>
background-color css
<style>
a { background-color: #26A363; }
a { background-color: rgb(38,163,99); }
div.DivClassName
{
background-color: #26A363;
}
.BgClassName
{
background-color: #26A363;
}
</style>
border-color css
<style>
span { border-color: #26A363; }
span { border-color: rgb(38,163,99); }
td.TdClassName
{
border-color: #26A363;
}
.TagClassName
{
border-color: #26A363;
}
</style>