Shades of Eucalyptus #269A64
Tints of Eucalyptus #269A64
RGB
CMYK
RGB Variations
Color information
#269A64 (or 0x269A64) is known color: Eucalyptus. HEX triplet: 26, 9A and 64. RGB value is (38,154,100). Sum of RGB (Red+Green+Blue) = 38+154+100=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 154 (60.55% from 255 or 52.74% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 154 - color contains mainly: green. Hex color #269A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269A64 is #D9659B. Grayscale: #717171. Windows color (decimal): -14247324 or 6593062. OLE color: 6593062.
HSL color Cylindrical-coordinate representation of color #269A64: hue angle of 152.07º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A64 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 100 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.40 |
| HSL | 152.07º | 0.6% | 0.38% | - |
| HSV(B) | 152.07º | 0.75% | 0.6% | - |
| XYZ | 14.66 | 24.44 | 16 | - |
| YUV | 113.16 | 120.57 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 100 | 0.75 | 0 | 0.35 | 0.40 | 152.07 | 0.6 | 0.38 |
| Hex | 26 | 9A | 64 | 4B | 0 | 23 | 28 | 98 | 3C | 26 |
| Octal | 46 | 232 | 144 | 113 | 0 | 43 | 50 | 230 | 74 | 46 |
| Binary | 100110 | 10011010 | 1100100 | 1001011 | 0 | 100011 | 101000 | 10011000 | 111100 | 100110 |
Color Harmonies of #269A64
Complementary color
Monochromatic Colors of #269A64
Black with #269A64
Text Example
Text Example
White with #269A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A64; }
p { color: rgb(38,154,100); }
H1.HeaderClassName
{
color: #269A64;
}
.AnyTagClassName
{
color: #269A64;
}
</style>
background-color css
<style>
a { background-color: #269A64; }
a { background-color: rgb(38,154,100); }
div.DivClassName
{
background-color: #269A64;
}
.BgClassName
{
background-color: #269A64;
}
</style>
border-color css
<style>
span { border-color: #269A64; }
span { border-color: rgb(38,154,100); }
td.TdClassName
{
border-color: #269A64;
}
.TagClassName
{
border-color: #269A64;
}
</style>