Shades of Eucalyptus #3F956B
Tints of Eucalyptus #3F956B
RGB
CMYK
RGB Variations
Color information
#3F956B (or 0x3F956B) is known color: Eucalyptus. HEX triplet: 3F, 95 and 6B. RGB value is (63,149,107). Sum of RGB (Red+Green+Blue) = 63+149+107=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #3F956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F956B is #C06A94. Grayscale: #767676. Windows color (decimal): -12610197 or 7050559. OLE color: 7050559.
HSL color Cylindrical-coordinate representation of color #3F956B: hue angle of 150.7º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F956B is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 107 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.42 |
| HSL | 150.7º | 0.41% | 0.42% | - |
| HSV(B) | 150.7º | 0.58% | 0.58% | - |
| XYZ | 15.45 | 23.61 | 17.65 | - |
| YUV | 118.5 | 121.51 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 107 | 0.58 | 0 | 0.28 | 0.42 | 150.7 | 0.41 | 0.42 |
| Hex | 3F | 95 | 6B | 3A | 0 | 1C | 2A | 97 | 29 | 2A |
| Octal | 77 | 225 | 153 | 72 | 0 | 34 | 52 | 227 | 51 | 52 |
| Binary | 111111 | 10010101 | 1101011 | 111010 | 0 | 11100 | 101010 | 10010111 | 101001 | 101010 |
Color Harmonies of #3F956B
Complementary color
Monochromatic Colors of #3F956B
Black with #3F956B
Text Example
Text Example
White with #3F956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F956B; }
p { color: rgb(63,149,107); }
H1.HeaderClassName
{
color: #3F956B;
}
.AnyTagClassName
{
color: #3F956B;
}
</style>
background-color css
<style>
a { background-color: #3F956B; }
a { background-color: rgb(63,149,107); }
div.DivClassName
{
background-color: #3F956B;
}
.BgClassName
{
background-color: #3F956B;
}
</style>
border-color css
<style>
span { border-color: #3F956B; }
span { border-color: rgb(63,149,107); }
td.TdClassName
{
border-color: #3F956B;
}
.TagClassName
{
border-color: #3F956B;
}
</style>