Shades of Eucalyptus #419061
Tints of Eucalyptus #419061
RGB
CMYK
RGB Variations
Color information
#419061 (or 0x419061) is known color: Eucalyptus. HEX triplet: 41, 90 and 61. RGB value is (65,144,97). Sum of RGB (Red+Green+Blue) = 65+144+97=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #419061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419061 is #BE6F9E. Grayscale: #737373. Windows color (decimal): -12480415 or 6393921. OLE color: 6393921.
HSL color Cylindrical-coordinate representation of color #419061: hue angle of 144.3º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419061 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 97 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.44 |
| HSL | 144.3º | 0.38% | 0.41% | - |
| HSV(B) | 144.3º | 0.55% | 0.56% | - |
| XYZ | 14.31 | 21.93 | 14.79 | - |
| YUV | 115.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 97 | 0.55 | 0 | 0.33 | 0.44 | 144.3 | 0.38 | 0.41 |
| Hex | 41 | 90 | 61 | 37 | 0 | 21 | 2C | 90 | 26 | 29 |
| Octal | 101 | 220 | 141 | 67 | 0 | 41 | 54 | 220 | 46 | 51 |
| Binary | 1000001 | 10010000 | 1100001 | 110111 | 0 | 100001 | 101100 | 10010000 | 100110 | 101001 |
Color Harmonies of #419061
Complementary color
Monochromatic Colors of #419061
Black with #419061
Text Example
Text Example
White with #419061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419061; }
p { color: rgb(65,144,97); }
H1.HeaderClassName
{
color: #419061;
}
.AnyTagClassName
{
color: #419061;
}
</style>
background-color css
<style>
a { background-color: #419061; }
a { background-color: rgb(65,144,97); }
div.DivClassName
{
background-color: #419061;
}
.BgClassName
{
background-color: #419061;
}
</style>
border-color css
<style>
span { border-color: #419061; }
span { border-color: rgb(65,144,97); }
td.TdClassName
{
border-color: #419061;
}
.TagClassName
{
border-color: #419061;
}
</style>