Shades of Eucalyptus #3F946E
Tints of Eucalyptus #3F946E
RGB
CMYK
RGB Variations
Color information
#3F946E (or 0x3F946E) is known color: Eucalyptus. HEX triplet: 3F, 94 and 6E. RGB value is (63,148,110). Sum of RGB (Red+Green+Blue) = 63+148+110=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #3F946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F946E is #C06B91. Grayscale: #767676. Windows color (decimal): -12610450 or 7246911. OLE color: 7246911.
HSL color Cylindrical-coordinate representation of color #3F946E: hue angle of 153.18º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F946E is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 110 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.42 |
| HSL | 153.18º | 0.4% | 0.41% | - |
| HSV(B) | 153.18º | 0.57% | 0.58% | - |
| XYZ | 15.45 | 23.36 | 18.45 | - |
| YUV | 118.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 110 | 0.57 | 0 | 0.26 | 0.42 | 153.18 | 0.4 | 0.41 |
| Hex | 3F | 94 | 6E | 39 | 0 | 1A | 2A | 99 | 28 | 29 |
| Octal | 77 | 224 | 156 | 71 | 0 | 32 | 52 | 231 | 50 | 51 |
| Binary | 111111 | 10010100 | 1101110 | 111001 | 0 | 11010 | 101010 | 10011001 | 101000 | 101001 |
Color Harmonies of #3F946E
Complementary color
Monochromatic Colors of #3F946E
Black with #3F946E
Text Example
Text Example
White with #3F946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F946E; }
p { color: rgb(63,148,110); }
H1.HeaderClassName
{
color: #3F946E;
}
.AnyTagClassName
{
color: #3F946E;
}
</style>
background-color css
<style>
a { background-color: #3F946E; }
a { background-color: rgb(63,148,110); }
div.DivClassName
{
background-color: #3F946E;
}
.BgClassName
{
background-color: #3F946E;
}
</style>
border-color css
<style>
span { border-color: #3F946E; }
span { border-color: rgb(63,148,110); }
td.TdClassName
{
border-color: #3F946E;
}
.TagClassName
{
border-color: #3F946E;
}
</style>