Shades of Eucalyptus #3F946C
Tints of Eucalyptus #3F946C
RGB
CMYK
RGB Variations
Color information
#3F946C (or 0x3F946C) is known color: Eucalyptus. HEX triplet: 3F, 94 and 6C. RGB value is (63,148,108). Sum of RGB (Red+Green+Blue) = 63+148+108=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #3F946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F946C is #C06B93. Grayscale: #767676. Windows color (decimal): -12610452 or 7115839. OLE color: 7115839.
HSL color Cylindrical-coordinate representation of color #3F946C: hue angle of 151.76º 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 #3F946C is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 108 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.42 |
| HSL | 151.76º | 0.4% | 0.41% | - |
| HSV(B) | 151.76º | 0.57% | 0.58% | - |
| XYZ | 15.35 | 23.32 | 17.88 | - |
| YUV | 118.03 | 122.34 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 108 | 0.57 | 0 | 0.27 | 0.42 | 151.76 | 0.4 | 0.41 |
| Hex | 3F | 94 | 6C | 39 | 0 | 1B | 2A | 98 | 28 | 29 |
| Octal | 77 | 224 | 154 | 71 | 0 | 33 | 52 | 230 | 50 | 51 |
| Binary | 111111 | 10010100 | 1101100 | 111001 | 0 | 11011 | 101010 | 10011000 | 101000 | 101001 |
Color Harmonies of #3F946C
Complementary color
Monochromatic Colors of #3F946C
Black with #3F946C
Text Example
Text Example
White with #3F946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F946C; }
p { color: rgb(63,148,108); }
H1.HeaderClassName
{
color: #3F946C;
}
.AnyTagClassName
{
color: #3F946C;
}
</style>
background-color css
<style>
a { background-color: #3F946C; }
a { background-color: rgb(63,148,108); }
div.DivClassName
{
background-color: #3F946C;
}
.BgClassName
{
background-color: #3F946C;
}
</style>
border-color css
<style>
span { border-color: #3F946C; }
span { border-color: rgb(63,148,108); }
td.TdClassName
{
border-color: #3F946C;
}
.TagClassName
{
border-color: #3F946C;
}
</style>