Shades of Eucalyptus #3F9464
Tints of Eucalyptus #3F9464
RGB
CMYK
RGB Variations
Color information
#3F9464 (or 0x3F9464) is known color: Eucalyptus. HEX triplet: 3F, 94 and 64. RGB value is (63,148,100). Sum of RGB (Red+Green+Blue) = 63+148+100=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9464 is #C06B9B. Grayscale: #757575. Windows color (decimal): -12610460 or 6591551. OLE color: 6591551.
HSL color Cylindrical-coordinate representation of color #3F9464: hue angle of 146.12º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9464 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 100 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.42 |
| HSL | 146.12º | 0.4% | 0.41% | - |
| HSV(B) | 146.12º | 0.57% | 0.58% | - |
| XYZ | 14.94 | 23.16 | 15.74 | - |
| YUV | 117.11 | 118.34 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 100 | 0.57 | 0 | 0.32 | 0.42 | 146.12 | 0.4 | 0.41 |
| Hex | 3F | 94 | 64 | 39 | 0 | 20 | 2A | 92 | 28 | 29 |
| Octal | 77 | 224 | 144 | 71 | 0 | 40 | 52 | 222 | 50 | 51 |
| Binary | 111111 | 10010100 | 1100100 | 111001 | 0 | 100000 | 101010 | 10010010 | 101000 | 101001 |
Color Harmonies of #3F9464
Complementary color
Monochromatic Colors of #3F9464
Black with #3F9464
Text Example
Text Example
White with #3F9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9464; }
p { color: rgb(63,148,100); }
H1.HeaderClassName
{
color: #3F9464;
}
.AnyTagClassName
{
color: #3F9464;
}
</style>
background-color css
<style>
a { background-color: #3F9464; }
a { background-color: rgb(63,148,100); }
div.DivClassName
{
background-color: #3F9464;
}
.BgClassName
{
background-color: #3F9464;
}
</style>
border-color css
<style>
span { border-color: #3F9464; }
span { border-color: rgb(63,148,100); }
td.TdClassName
{
border-color: #3F9464;
}
.TagClassName
{
border-color: #3F9464;
}
</style>