Shades of Eucalyptus #41986A
Tints of Eucalyptus #41986A
RGB
CMYK
RGB Variations
Color information
#41986A (or 0x41986A) is known color: Eucalyptus. HEX triplet: 41, 98 and 6A. RGB value is (65,152,106). Sum of RGB (Red+Green+Blue) = 65+152+106=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #41986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41986A is #BE6795. Grayscale: #787878. Windows color (decimal): -12478358 or 6985793. OLE color: 6985793.
HSL color Cylindrical-coordinate representation of color #41986A: hue angle of 148.28º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41986A is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 152 | 106 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.40 |
| HSL | 148.28º | 0.4% | 0.43% | - |
| HSV(B) | 148.28º | 0.57% | 0.6% | - |
| XYZ | 16.01 | 24.62 | 17.54 | - |
| YUV | 120.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 152 | 106 | 0.57 | 0 | 0.30 | 0.40 | 148.28 | 0.4 | 0.43 |
| Hex | 41 | 98 | 6A | 39 | 0 | 1E | 28 | 94 | 28 | 2B |
| Octal | 101 | 230 | 152 | 71 | 0 | 36 | 50 | 224 | 50 | 53 |
| Binary | 1000001 | 10011000 | 1101010 | 111001 | 0 | 11110 | 101000 | 10010100 | 101000 | 101011 |
Color Harmonies of #41986A
Complementary color
Monochromatic Colors of #41986A
Black with #41986A
Text Example
Text Example
White with #41986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41986A; }
p { color: rgb(65,152,106); }
H1.HeaderClassName
{
color: #41986A;
}
.AnyTagClassName
{
color: #41986A;
}
</style>
background-color css
<style>
a { background-color: #41986A; }
a { background-color: rgb(65,152,106); }
div.DivClassName
{
background-color: #41986A;
}
.BgClassName
{
background-color: #41986A;
}
</style>
border-color css
<style>
span { border-color: #41986A; }
span { border-color: rgb(65,152,106); }
td.TdClassName
{
border-color: #41986A;
}
.TagClassName
{
border-color: #41986A;
}
</style>