Shades of Eucalyptus #3F956F
Tints of Eucalyptus #3F956F
RGB
CMYK
RGB Variations
Color information
#3F956F (or 0x3F956F) is known color: Eucalyptus. HEX triplet: 3F, 95 and 6F. RGB value is (63,149,111). Sum of RGB (Red+Green+Blue) = 63+149+111=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #3F956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F956F is #C06A90. Grayscale: #777777. Windows color (decimal): -12610193 or 7312703. OLE color: 7312703.
HSL color Cylindrical-coordinate representation of color #3F956F: hue angle of 153.49º 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 #3F956F is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 111 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.42 |
| HSL | 153.49º | 0.41% | 0.42% | - |
| HSV(B) | 153.49º | 0.58% | 0.58% | - |
| XYZ | 15.67 | 23.7 | 18.79 | - |
| YUV | 118.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 111 | 0.58 | 0 | 0.26 | 0.42 | 153.49 | 0.41 | 0.42 |
| Hex | 3F | 95 | 6F | 3A | 0 | 1A | 2A | 99 | 29 | 2A |
| Octal | 77 | 225 | 157 | 72 | 0 | 32 | 52 | 231 | 51 | 52 |
| Binary | 111111 | 10010101 | 1101111 | 111010 | 0 | 11010 | 101010 | 10011001 | 101001 | 101010 |
Color Harmonies of #3F956F
Complementary color
Monochromatic Colors of #3F956F
Black with #3F956F
Text Example
Text Example
White with #3F956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F956F; }
p { color: rgb(63,149,111); }
H1.HeaderClassName
{
color: #3F956F;
}
.AnyTagClassName
{
color: #3F956F;
}
</style>
background-color css
<style>
a { background-color: #3F956F; }
a { background-color: rgb(63,149,111); }
div.DivClassName
{
background-color: #3F956F;
}
.BgClassName
{
background-color: #3F956F;
}
</style>
border-color css
<style>
span { border-color: #3F956F; }
span { border-color: rgb(63,149,111); }
td.TdClassName
{
border-color: #3F956F;
}
.TagClassName
{
border-color: #3F956F;
}
</style>