Shades of Eucalyptus #419966
Tints of Eucalyptus #419966
RGB
CMYK
RGB Variations
Color information
#419966 (or 0x419966) is known color: Eucalyptus. HEX triplet: 41, 99 and 66. RGB value is (65,153,102). Sum of RGB (Red+Green+Blue) = 65+153+102=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #419966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419966 is #BE6699. Grayscale: #787878. Windows color (decimal): -12478106 or 6723905. OLE color: 6723905.
HSL color Cylindrical-coordinate representation of color #419966: hue angle of 145.23º 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 #419966 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 102 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.4 |
| HSL | 145.23º | 0.4% | 0.43% | - |
| HSV(B) | 145.23º | 0.58% | 0.6% | - |
| XYZ | 15.97 | 24.87 | 16.53 | - |
| YUV | 120.87 | 117.35 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 102 | 0.58 | 0 | 0.33 | 0.4 | 145.23 | 0.4 | 0.43 |
| Hex | 41 | 99 | 66 | 3A | 0 | 21 | 28 | 91 | 28 | 2B |
| Octal | 101 | 231 | 146 | 72 | 0 | 41 | 50 | 221 | 50 | 53 |
| Binary | 1000001 | 10011001 | 1100110 | 111010 | 0 | 100001 | 101000 | 10010001 | 101000 | 101011 |
Color Harmonies of #419966
Complementary color
Monochromatic Colors of #419966
Black with #419966
Text Example
Text Example
White with #419966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419966; }
p { color: rgb(65,153,102); }
H1.HeaderClassName
{
color: #419966;
}
.AnyTagClassName
{
color: #419966;
}
</style>
background-color css
<style>
a { background-color: #419966; }
a { background-color: rgb(65,153,102); }
div.DivClassName
{
background-color: #419966;
}
.BgClassName
{
background-color: #419966;
}
</style>
border-color css
<style>
span { border-color: #419966; }
span { border-color: rgb(65,153,102); }
td.TdClassName
{
border-color: #419966;
}
.TagClassName
{
border-color: #419966;
}
</style>