Shades of Eucalyptus #409364
Tints of Eucalyptus #409364
RGB
CMYK
RGB Variations
Color information
#409364 (or 0x409364) is known color: Eucalyptus. HEX triplet: 40, 93 and 64. RGB value is (64,147,100). Sum of RGB (Red+Green+Blue) = 64+147+100=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #409364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409364 is #BF6C9B. Grayscale: #747474. Windows color (decimal): -12545180 or 6591296. OLE color: 6591296.
HSL color Cylindrical-coordinate representation of color #409364: hue angle of 146.02º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409364 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 100 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.42 |
| HSL | 146.02º | 0.39% | 0.41% | - |
| HSV(B) | 146.02º | 0.56% | 0.58% | - |
| XYZ | 14.85 | 22.88 | 15.69 | - |
| YUV | 116.83 | 118.5 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 100 | 0.56 | 0 | 0.32 | 0.42 | 146.02 | 0.39 | 0.41 |
| Hex | 40 | 93 | 64 | 38 | 0 | 20 | 2A | 92 | 27 | 29 |
| Octal | 100 | 223 | 144 | 70 | 0 | 40 | 52 | 222 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1100100 | 111000 | 0 | 100000 | 101010 | 10010010 | 100111 | 101001 |
Color Harmonies of #409364
Complementary color
Monochromatic Colors of #409364
Black with #409364
Text Example
Text Example
White with #409364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409364; }
p { color: rgb(64,147,100); }
H1.HeaderClassName
{
color: #409364;
}
.AnyTagClassName
{
color: #409364;
}
</style>
background-color css
<style>
a { background-color: #409364; }
a { background-color: rgb(64,147,100); }
div.DivClassName
{
background-color: #409364;
}
.BgClassName
{
background-color: #409364;
}
</style>
border-color css
<style>
span { border-color: #409364; }
span { border-color: rgb(64,147,100); }
td.TdClassName
{
border-color: #409364;
}
.TagClassName
{
border-color: #409364;
}
</style>