Shades of Eucalyptus #419965
Tints of Eucalyptus #419965
RGB
CMYK
RGB Variations
Color information
#419965 (or 0x419965) is known color: Eucalyptus. HEX triplet: 41, 99 and 65. RGB value is (65,153,101). Sum of RGB (Red+Green+Blue) = 65+153+101=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #419965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419965 is #BE669A. Grayscale: #787878. Windows color (decimal): -12478107 or 6658369. OLE color: 6658369.
HSL color Cylindrical-coordinate representation of color #419965: hue angle of 144.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419965 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 101 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.4 |
| HSL | 144.55º | 0.4% | 0.43% | - |
| HSV(B) | 144.55º | 0.58% | 0.6% | - |
| XYZ | 15.92 | 24.85 | 16.27 | - |
| YUV | 120.76 | 116.85 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 101 | 0.58 | 0 | 0.34 | 0.4 | 144.55 | 0.4 | 0.43 |
| Hex | 41 | 99 | 65 | 3A | 0 | 22 | 28 | 91 | 28 | 2B |
| Octal | 101 | 231 | 145 | 72 | 0 | 42 | 50 | 221 | 50 | 53 |
| Binary | 1000001 | 10011001 | 1100101 | 111010 | 0 | 100010 | 101000 | 10010001 | 101000 | 101011 |
Color Harmonies of #419965
Complementary color
Monochromatic Colors of #419965
Black with #419965
Text Example
Text Example
White with #419965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419965; }
p { color: rgb(65,153,101); }
H1.HeaderClassName
{
color: #419965;
}
.AnyTagClassName
{
color: #419965;
}
</style>
background-color css
<style>
a { background-color: #419965; }
a { background-color: rgb(65,153,101); }
div.DivClassName
{
background-color: #419965;
}
.BgClassName
{
background-color: #419965;
}
</style>
border-color css
<style>
span { border-color: #419965; }
span { border-color: rgb(65,153,101); }
td.TdClassName
{
border-color: #419965;
}
.TagClassName
{
border-color: #419965;
}
</style>