Shades of Eucalyptus #3F9F6A
Tints of Eucalyptus #3F9F6A
RGB
CMYK
RGB Variations
Color information
#3F9F6A (or 0x3F9F6A) is known color: Eucalyptus. HEX triplet: 3F, 9F and 6A. RGB value is (63,159,106). Sum of RGB (Red+Green+Blue) = 63+159+106=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F6A is #C06095. Grayscale: #7C7C7C. Windows color (decimal): -12607638 or 6987583. OLE color: 6987583.
HSL color Cylindrical-coordinate representation of color #3F9F6A: hue angle of 146.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F6A is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 159 | 106 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.38 |
| HSL | 146.88º | 0.43% | 0.44% | - |
| HSV(B) | 146.88º | 0.6% | 0.62% | - |
| XYZ | 17.05 | 26.89 | 17.93 | - |
| YUV | 124.25 | 117.7 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 159 | 106 | 0.60 | 0 | 0.33 | 0.38 | 146.88 | 0.43 | 0.44 |
| Hex | 3F | 9F | 6A | 3C | 0 | 21 | 26 | 93 | 2B | 2C |
| Octal | 77 | 237 | 152 | 74 | 0 | 41 | 46 | 223 | 53 | 54 |
| Binary | 111111 | 10011111 | 1101010 | 111100 | 0 | 100001 | 100110 | 10010011 | 101011 | 101100 |
Color Harmonies of #3F9F6A
Complementary color
Monochromatic Colors of #3F9F6A
Black with #3F9F6A
Text Example
Text Example
White with #3F9F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9F6A; }
p { color: rgb(63,159,106); }
H1.HeaderClassName
{
color: #3F9F6A;
}
.AnyTagClassName
{
color: #3F9F6A;
}
</style>
background-color css
<style>
a { background-color: #3F9F6A; }
a { background-color: rgb(63,159,106); }
div.DivClassName
{
background-color: #3F9F6A;
}
.BgClassName
{
background-color: #3F9F6A;
}
</style>
border-color css
<style>
span { border-color: #3F9F6A; }
span { border-color: rgb(63,159,106); }
td.TdClassName
{
border-color: #3F9F6A;
}
.TagClassName
{
border-color: #3F9F6A;
}
</style>