Shades of Eucalyptus #41966C
Tints of Eucalyptus #41966C
RGB
CMYK
RGB Variations
Color information
#41966C (or 0x41966C) is known color: Eucalyptus. HEX triplet: 41, 96 and 6C. RGB value is (65,150,108). Sum of RGB (Red+Green+Blue) = 65+150+108=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #41966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41966C is #BE6993. Grayscale: #777777. Windows color (decimal): -12478868 or 7116353. OLE color: 7116353.
HSL color Cylindrical-coordinate representation of color #41966C: hue angle of 150.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41966C is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 150 | 108 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.41 |
| HSL | 150.35º | 0.4% | 0.42% | - |
| HSV(B) | 150.35º | 0.57% | 0.59% | - |
| XYZ | 15.79 | 24.02 | 17.99 | - |
| YUV | 119.8 | 121.34 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 150 | 108 | 0.57 | 0 | 0.28 | 0.41 | 150.35 | 0.4 | 0.42 |
| Hex | 41 | 96 | 6C | 39 | 0 | 1C | 29 | 96 | 28 | 2A |
| Octal | 101 | 226 | 154 | 71 | 0 | 34 | 51 | 226 | 50 | 52 |
| Binary | 1000001 | 10010110 | 1101100 | 111001 | 0 | 11100 | 101001 | 10010110 | 101000 | 101010 |
Color Harmonies of #41966C
Complementary color
Monochromatic Colors of #41966C
Black with #41966C
Text Example
Text Example
White with #41966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41966C; }
p { color: rgb(65,150,108); }
H1.HeaderClassName
{
color: #41966C;
}
.AnyTagClassName
{
color: #41966C;
}
</style>
background-color css
<style>
a { background-color: #41966C; }
a { background-color: rgb(65,150,108); }
div.DivClassName
{
background-color: #41966C;
}
.BgClassName
{
background-color: #41966C;
}
</style>
border-color css
<style>
span { border-color: #41966C; }
span { border-color: rgb(65,150,108); }
td.TdClassName
{
border-color: #41966C;
}
.TagClassName
{
border-color: #41966C;
}
</style>