Shades of Eucalyptus #3F9A6F
Tints of Eucalyptus #3F9A6F
RGB
CMYK
RGB Variations
Color information
#3F9A6F (or 0x3F9A6F) is known color: Eucalyptus. HEX triplet: 3F, 9A and 6F. RGB value is (63,154,111). Sum of RGB (Red+Green+Blue) = 63+154+111=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #3F9A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9A6F is #C06590. Grayscale: #797979. Windows color (decimal): -12608913 or 7313983. OLE color: 7313983.
HSL color Cylindrical-coordinate representation of color #3F9A6F: hue angle of 151.65º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9A6F is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 154 | 111 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.40 |
| HSL | 151.65º | 0.42% | 0.43% | - |
| HSV(B) | 151.65º | 0.59% | 0.6% | - |
| XYZ | 16.47 | 25.32 | 19.06 | - |
| YUV | 121.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 154 | 111 | 0.59 | 0 | 0.28 | 0.40 | 151.65 | 0.42 | 0.43 |
| Hex | 3F | 9A | 6F | 3B | 0 | 1C | 28 | 98 | 2A | 2B |
| Octal | 77 | 232 | 157 | 73 | 0 | 34 | 50 | 230 | 52 | 53 |
| Binary | 111111 | 10011010 | 1101111 | 111011 | 0 | 11100 | 101000 | 10011000 | 101010 | 101011 |
Color Harmonies of #3F9A6F
Complementary color
Monochromatic Colors of #3F9A6F
Black with #3F9A6F
Text Example
Text Example
White with #3F9A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9A6F; }
p { color: rgb(63,154,111); }
H1.HeaderClassName
{
color: #3F9A6F;
}
.AnyTagClassName
{
color: #3F9A6F;
}
</style>
background-color css
<style>
a { background-color: #3F9A6F; }
a { background-color: rgb(63,154,111); }
div.DivClassName
{
background-color: #3F9A6F;
}
.BgClassName
{
background-color: #3F9A6F;
}
</style>
border-color css
<style>
span { border-color: #3F9A6F; }
span { border-color: rgb(63,154,111); }
td.TdClassName
{
border-color: #3F9A6F;
}
.TagClassName
{
border-color: #3F9A6F;
}
</style>