Shades of Eucalyptus #409268
Tints of Eucalyptus #409268
RGB
CMYK
RGB Variations
Color information
#409268 (or 0x409268) is known color: Eucalyptus. HEX triplet: 40, 92 and 68. RGB value is (64,146,104). Sum of RGB (Red+Green+Blue) = 64+146+104=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #409268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409268 is #BF6D97. Grayscale: #747474. Windows color (decimal): -12545432 or 6853184. OLE color: 6853184.
HSL color Cylindrical-coordinate representation of color #409268: hue angle of 149.27º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409268 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 104 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.43 |
| HSL | 149.27º | 0.39% | 0.41% | - |
| HSV(B) | 149.27º | 0.56% | 0.57% | - |
| XYZ | 14.89 | 22.65 | 16.68 | - |
| YUV | 116.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 104 | 0.56 | 0 | 0.29 | 0.43 | 149.27 | 0.39 | 0.41 |
| Hex | 40 | 92 | 68 | 38 | 0 | 1D | 2B | 95 | 27 | 29 |
| Octal | 100 | 222 | 150 | 70 | 0 | 35 | 53 | 225 | 47 | 51 |
| Binary | 1000000 | 10010010 | 1101000 | 111000 | 0 | 11101 | 101011 | 10010101 | 100111 | 101001 |
Color Harmonies of #409268
Complementary color
Monochromatic Colors of #409268
Black with #409268
Text Example
Text Example
White with #409268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409268; }
p { color: rgb(64,146,104); }
H1.HeaderClassName
{
color: #409268;
}
.AnyTagClassName
{
color: #409268;
}
</style>
background-color css
<style>
a { background-color: #409268; }
a { background-color: rgb(64,146,104); }
div.DivClassName
{
background-color: #409268;
}
.BgClassName
{
background-color: #409268;
}
</style>
border-color css
<style>
span { border-color: #409268; }
span { border-color: rgb(64,146,104); }
td.TdClassName
{
border-color: #409268;
}
.TagClassName
{
border-color: #409268;
}
</style>