Shades of Eucalyptus #3F956D
Tints of Eucalyptus #3F956D
RGB
CMYK
RGB Variations
Color information
#3F956D (or 0x3F956D) is known color: Eucalyptus. HEX triplet: 3F, 95 and 6D. RGB value is (63,149,109). Sum of RGB (Red+Green+Blue) = 63+149+109=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #3F956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F956D is #C06A92. Grayscale: #767676. Windows color (decimal): -12610195 or 7181631. OLE color: 7181631.
HSL color Cylindrical-coordinate representation of color #3F956D: hue angle of 152.09º 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 #3F956D is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 109 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.42 |
| HSL | 152.09º | 0.41% | 0.42% | - |
| HSV(B) | 152.09º | 0.58% | 0.58% | - |
| XYZ | 15.56 | 23.66 | 18.21 | - |
| YUV | 118.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 109 | 0.58 | 0 | 0.27 | 0.42 | 152.09 | 0.41 | 0.42 |
| Hex | 3F | 95 | 6D | 3A | 0 | 1B | 2A | 98 | 29 | 2A |
| Octal | 77 | 225 | 155 | 72 | 0 | 33 | 52 | 230 | 51 | 52 |
| Binary | 111111 | 10010101 | 1101101 | 111010 | 0 | 11011 | 101010 | 10011000 | 101001 | 101010 |
Color Harmonies of #3F956D
Complementary color
Monochromatic Colors of #3F956D
Black with #3F956D
Text Example
Text Example
White with #3F956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F956D; }
p { color: rgb(63,149,109); }
H1.HeaderClassName
{
color: #3F956D;
}
.AnyTagClassName
{
color: #3F956D;
}
</style>
background-color css
<style>
a { background-color: #3F956D; }
a { background-color: rgb(63,149,109); }
div.DivClassName
{
background-color: #3F956D;
}
.BgClassName
{
background-color: #3F956D;
}
</style>
border-color css
<style>
span { border-color: #3F956D; }
span { border-color: rgb(63,149,109); }
td.TdClassName
{
border-color: #3F956D;
}
.TagClassName
{
border-color: #3F956D;
}
</style>