Shades of Eucalyptus #41946D
Tints of Eucalyptus #41946D
RGB
CMYK
RGB Variations
Color information
#41946D (or 0x41946D) is known color: Eucalyptus. HEX triplet: 41, 94 and 6D. RGB value is (65,148,109). Sum of RGB (Red+Green+Blue) = 65+148+109=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #41946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41946D is #BE6B92. Grayscale: #767676. Windows color (decimal): -12479379 or 7181377. OLE color: 7181377.
HSL color Cylindrical-coordinate representation of color #41946D: hue angle of 151.81º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41946D is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 148 | 109 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.42 |
| HSL | 151.81º | 0.39% | 0.42% | - |
| HSV(B) | 151.81º | 0.56% | 0.58% | - |
| XYZ | 15.53 | 23.41 | 18.17 | - |
| YUV | 118.74 | 122.5 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 109 | 0.56 | 0 | 0.26 | 0.42 | 151.81 | 0.39 | 0.42 |
| Hex | 41 | 94 | 6D | 38 | 0 | 1A | 2A | 98 | 27 | 2A |
| Octal | 101 | 224 | 155 | 70 | 0 | 32 | 52 | 230 | 47 | 52 |
| Binary | 1000001 | 10010100 | 1101101 | 111000 | 0 | 11010 | 101010 | 10011000 | 100111 | 101010 |
Color Harmonies of #41946D
Complementary color
Monochromatic Colors of #41946D
Black with #41946D
Text Example
Text Example
White with #41946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41946D; }
p { color: rgb(65,148,109); }
H1.HeaderClassName
{
color: #41946D;
}
.AnyTagClassName
{
color: #41946D;
}
</style>
background-color css
<style>
a { background-color: #41946D; }
a { background-color: rgb(65,148,109); }
div.DivClassName
{
background-color: #41946D;
}
.BgClassName
{
background-color: #41946D;
}
</style>
border-color css
<style>
span { border-color: #41946D; }
span { border-color: rgb(65,148,109); }
td.TdClassName
{
border-color: #41946D;
}
.TagClassName
{
border-color: #41946D;
}
</style>