Shades of Eucalyptus #409361
Tints of Eucalyptus #409361
RGB
CMYK
RGB Variations
Color information
#409361 (or 0x409361) is known color: Eucalyptus. HEX triplet: 40, 93 and 61. RGB value is (64,147,97). Sum of RGB (Red+Green+Blue) = 64+147+97=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #409361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409361 is #BF6C9E. Grayscale: #747474. Windows color (decimal): -12545183 or 6394688. OLE color: 6394688.
HSL color Cylindrical-coordinate representation of color #409361: hue angle of 143.86º 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 #409361 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 97 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.42 |
| HSL | 143.86º | 0.39% | 0.41% | - |
| HSV(B) | 143.86º | 0.56% | 0.58% | - |
| XYZ | 14.71 | 22.82 | 14.94 | - |
| YUV | 116.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 97 | 0.56 | 0 | 0.34 | 0.42 | 143.86 | 0.39 | 0.41 |
| Hex | 40 | 93 | 61 | 38 | 0 | 22 | 2A | 90 | 27 | 29 |
| Octal | 100 | 223 | 141 | 70 | 0 | 42 | 52 | 220 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1100001 | 111000 | 0 | 100010 | 101010 | 10010000 | 100111 | 101001 |
Color Harmonies of #409361
Complementary color
Monochromatic Colors of #409361
Black with #409361
Text Example
Text Example
White with #409361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409361; }
p { color: rgb(64,147,97); }
H1.HeaderClassName
{
color: #409361;
}
.AnyTagClassName
{
color: #409361;
}
</style>
background-color css
<style>
a { background-color: #409361; }
a { background-color: rgb(64,147,97); }
div.DivClassName
{
background-color: #409361;
}
.BgClassName
{
background-color: #409361;
}
</style>
border-color css
<style>
span { border-color: #409361; }
span { border-color: rgb(64,147,97); }
td.TdClassName
{
border-color: #409361;
}
.TagClassName
{
border-color: #409361;
}
</style>