Shades of Eucalyptus #419160
Tints of Eucalyptus #419160
RGB
CMYK
RGB Variations
Color information
#419160 (or 0x419160) is known color: Eucalyptus. HEX triplet: 41, 91 and 60. RGB value is (65,145,96). Sum of RGB (Red+Green+Blue) = 65+145+96=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #419160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419160 is #BE6E9F. Grayscale: #737373. Windows color (decimal): -12480160 or 6328641. OLE color: 6328641.
HSL color Cylindrical-coordinate representation of color #419160: hue angle of 143.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419160 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 96 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.43 |
| HSL | 143.25º | 0.38% | 0.41% | - |
| HSV(B) | 143.25º | 0.55% | 0.57% | - |
| XYZ | 14.42 | 22.22 | 14.6 | - |
| YUV | 115.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 96 | 0.55 | 0 | 0.34 | 0.43 | 143.25 | 0.38 | 0.41 |
| Hex | 41 | 91 | 60 | 37 | 0 | 22 | 2B | 8F | 26 | 29 |
| Octal | 101 | 221 | 140 | 67 | 0 | 42 | 53 | 217 | 46 | 51 |
| Binary | 1000001 | 10010001 | 1100000 | 110111 | 0 | 100010 | 101011 | 10001111 | 100110 | 101001 |
Color Harmonies of #419160
Complementary color
Monochromatic Colors of #419160
Black with #419160
Text Example
Text Example
White with #419160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419160; }
p { color: rgb(65,145,96); }
H1.HeaderClassName
{
color: #419160;
}
.AnyTagClassName
{
color: #419160;
}
</style>
background-color css
<style>
a { background-color: #419160; }
a { background-color: rgb(65,145,96); }
div.DivClassName
{
background-color: #419160;
}
.BgClassName
{
background-color: #419160;
}
</style>
border-color css
<style>
span { border-color: #419160; }
span { border-color: rgb(65,145,96); }
td.TdClassName
{
border-color: #419160;
}
.TagClassName
{
border-color: #419160;
}
</style>