Shades of Eucalyptus #3F946B
Tints of Eucalyptus #3F946B
RGB
CMYK
RGB Variations
Color information
#3F946B (or 0x3F946B) is known color: Eucalyptus. HEX triplet: 3F, 94 and 6B. RGB value is (63,148,107). Sum of RGB (Red+Green+Blue) = 63+148+107=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #3F946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F946B is #C06B94. Grayscale: #757575. Windows color (decimal): -12610453 or 7050303. OLE color: 7050303.
HSL color Cylindrical-coordinate representation of color #3F946B: hue angle of 151.06º 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 #3F946B is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 107 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.42 |
| HSL | 151.06º | 0.4% | 0.41% | - |
| HSV(B) | 151.06º | 0.57% | 0.58% | - |
| XYZ | 15.29 | 23.3 | 17.6 | - |
| YUV | 117.91 | 121.84 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 107 | 0.57 | 0 | 0.28 | 0.42 | 151.06 | 0.4 | 0.41 |
| Hex | 3F | 94 | 6B | 39 | 0 | 1C | 2A | 97 | 28 | 29 |
| Octal | 77 | 224 | 153 | 71 | 0 | 34 | 52 | 227 | 50 | 51 |
| Binary | 111111 | 10010100 | 1101011 | 111001 | 0 | 11100 | 101010 | 10010111 | 101000 | 101001 |
Color Harmonies of #3F946B
Complementary color
Monochromatic Colors of #3F946B
Black with #3F946B
Text Example
Text Example
White with #3F946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F946B; }
p { color: rgb(63,148,107); }
H1.HeaderClassName
{
color: #3F946B;
}
.AnyTagClassName
{
color: #3F946B;
}
</style>
background-color css
<style>
a { background-color: #3F946B; }
a { background-color: rgb(63,148,107); }
div.DivClassName
{
background-color: #3F946B;
}
.BgClassName
{
background-color: #3F946B;
}
</style>
border-color css
<style>
span { border-color: #3F946B; }
span { border-color: rgb(63,148,107); }
td.TdClassName
{
border-color: #3F946B;
}
.TagClassName
{
border-color: #3F946B;
}
</style>