Shades of Eucalyptus #419D68
Tints of Eucalyptus #419D68
RGB
CMYK
RGB Variations
Color information
#419D68 (or 0x419D68) is known color: Eucalyptus. HEX triplet: 41, 9D and 68. RGB value is (65,157,104). Sum of RGB (Red+Green+Blue) = 65+157+104=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #419D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419D68 is #BE6297. Grayscale: #7B7B7B. Windows color (decimal): -12477080 or 6856001. OLE color: 6856001.
HSL color Cylindrical-coordinate representation of color #419D68: hue angle of 145.43º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419D68 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 157 | 104 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.38 |
| HSL | 145.43º | 0.41% | 0.44% | - |
| HSV(B) | 145.43º | 0.59% | 0.62% | - |
| XYZ | 16.74 | 26.24 | 17.28 | - |
| YUV | 123.45 | 117.02 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 104 | 0.59 | 0 | 0.34 | 0.38 | 145.43 | 0.41 | 0.44 |
| Hex | 41 | 9D | 68 | 3B | 0 | 22 | 26 | 91 | 29 | 2C |
| Octal | 101 | 235 | 150 | 73 | 0 | 42 | 46 | 221 | 51 | 54 |
| Binary | 1000001 | 10011101 | 1101000 | 111011 | 0 | 100010 | 100110 | 10010001 | 101001 | 101100 |
Color Harmonies of #419D68
Complementary color
Monochromatic Colors of #419D68
Black with #419D68
Text Example
Text Example
White with #419D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419D68; }
p { color: rgb(65,157,104); }
H1.HeaderClassName
{
color: #419D68;
}
.AnyTagClassName
{
color: #419D68;
}
</style>
background-color css
<style>
a { background-color: #419D68; }
a { background-color: rgb(65,157,104); }
div.DivClassName
{
background-color: #419D68;
}
.BgClassName
{
background-color: #419D68;
}
</style>
border-color css
<style>
span { border-color: #419D68; }
span { border-color: rgb(65,157,104); }
td.TdClassName
{
border-color: #419D68;
}
.TagClassName
{
border-color: #419D68;
}
</style>