Shades of Eucalyptus #269565
Tints of Eucalyptus #269565
RGB
CMYK
RGB Variations
Color information
#269565 (or 0x269565) is known color: Eucalyptus. HEX triplet: 26, 95 and 65. RGB value is (38,149,101). Sum of RGB (Red+Green+Blue) = 38+149+101=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #269565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269565 is #D96A9A. Grayscale: #6E6E6E. Windows color (decimal): -14248603 or 6657318. OLE color: 6657318.
HSL color Cylindrical-coordinate representation of color #269565: hue angle of 154.05º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269565 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 149 | 101 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.42 |
| HSL | 154.05º | 0.59% | 0.37% | - |
| HSV(B) | 154.05º | 0.74% | 0.58% | - |
| XYZ | 13.9 | 22.85 | 15.99 | - |
| YUV | 110.34 | 122.73 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 101 | 0.74 | 0 | 0.32 | 0.42 | 154.05 | 0.59 | 0.37 |
| Hex | 26 | 95 | 65 | 4A | 0 | 20 | 2A | 9A | 3B | 25 |
| Octal | 46 | 225 | 145 | 112 | 0 | 40 | 52 | 232 | 73 | 45 |
| Binary | 100110 | 10010101 | 1100101 | 1001010 | 0 | 100000 | 101010 | 10011010 | 111011 | 100101 |
Color Harmonies of #269565
Complementary color
Monochromatic Colors of #269565
Black with #269565
Text Example
Text Example
White with #269565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269565; }
p { color: rgb(38,149,101); }
H1.HeaderClassName
{
color: #269565;
}
.AnyTagClassName
{
color: #269565;
}
</style>
background-color css
<style>
a { background-color: #269565; }
a { background-color: rgb(38,149,101); }
div.DivClassName
{
background-color: #269565;
}
.BgClassName
{
background-color: #269565;
}
</style>
border-color css
<style>
span { border-color: #269565; }
span { border-color: rgb(38,149,101); }
td.TdClassName
{
border-color: #269565;
}
.TagClassName
{
border-color: #269565;
}
</style>