Shades of Eucalyptus #41996C
Tints of Eucalyptus #41996C
RGB
CMYK
RGB Variations
Color information
#41996C (or 0x41996C) is known color: Eucalyptus. HEX triplet: 41, 99 and 6C. RGB value is (65,153,108). Sum of RGB (Red+Green+Blue) = 65+153+108=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #41996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41996C is #BE6693. Grayscale: #797979. Windows color (decimal): -12478100 or 7117121. OLE color: 7117121.
HSL color Cylindrical-coordinate representation of color #41996C: hue angle of 149.32º 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 #41996C is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 108 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.4 |
| HSL | 149.32º | 0.4% | 0.43% | - |
| HSV(B) | 149.32º | 0.58% | 0.6% | - |
| XYZ | 16.28 | 24.99 | 18.15 | - |
| YUV | 121.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 108 | 0.58 | 0 | 0.29 | 0.4 | 149.32 | 0.4 | 0.43 |
| Hex | 41 | 99 | 6C | 3A | 0 | 1D | 28 | 95 | 28 | 2B |
| Octal | 101 | 231 | 154 | 72 | 0 | 35 | 50 | 225 | 50 | 53 |
| Binary | 1000001 | 10011001 | 1101100 | 111010 | 0 | 11101 | 101000 | 10010101 | 101000 | 101011 |
Color Harmonies of #41996C
Complementary color
Monochromatic Colors of #41996C
Black with #41996C
Text Example
Text Example
White with #41996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41996C; }
p { color: rgb(65,153,108); }
H1.HeaderClassName
{
color: #41996C;
}
.AnyTagClassName
{
color: #41996C;
}
</style>
background-color css
<style>
a { background-color: #41996C; }
a { background-color: rgb(65,153,108); }
div.DivClassName
{
background-color: #41996C;
}
.BgClassName
{
background-color: #41996C;
}
</style>
border-color css
<style>
span { border-color: #41996C; }
span { border-color: rgb(65,153,108); }
td.TdClassName
{
border-color: #41996C;
}
.TagClassName
{
border-color: #41996C;
}
</style>