Shades of Eucalyptus #3F9460
Tints of Eucalyptus #3F9460
RGB
CMYK
RGB Variations
Color information
#3F9460 (or 0x3F9460) is known color: Eucalyptus. HEX triplet: 3F, 94 and 60. RGB value is (63,148,96). Sum of RGB (Red+Green+Blue) = 63+148+96=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9460 is #C06B9F. Grayscale: #747474. Windows color (decimal): -12610464 or 6329407. OLE color: 6329407.
HSL color Cylindrical-coordinate representation of color #3F9460: hue angle of 143.29º 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 #3F9460 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 96 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.42 |
| HSL | 143.29º | 0.4% | 0.41% | - |
| HSV(B) | 143.29º | 0.57% | 0.58% | - |
| XYZ | 14.75 | 23.08 | 14.74 | - |
| YUV | 116.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 96 | 0.57 | 0 | 0.35 | 0.42 | 143.29 | 0.4 | 0.41 |
| Hex | 3F | 94 | 60 | 39 | 0 | 23 | 2A | 8F | 28 | 29 |
| Octal | 77 | 224 | 140 | 71 | 0 | 43 | 52 | 217 | 50 | 51 |
| Binary | 111111 | 10010100 | 1100000 | 111001 | 0 | 100011 | 101010 | 10001111 | 101000 | 101001 |
Color Harmonies of #3F9460
Complementary color
Monochromatic Colors of #3F9460
Black with #3F9460
Text Example
Text Example
White with #3F9460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9460; }
p { color: rgb(63,148,96); }
H1.HeaderClassName
{
color: #3F9460;
}
.AnyTagClassName
{
color: #3F9460;
}
</style>
background-color css
<style>
a { background-color: #3F9460; }
a { background-color: rgb(63,148,96); }
div.DivClassName
{
background-color: #3F9460;
}
.BgClassName
{
background-color: #3F9460;
}
</style>
border-color css
<style>
span { border-color: #3F9460; }
span { border-color: rgb(63,148,96); }
td.TdClassName
{
border-color: #3F9460;
}
.TagClassName
{
border-color: #3F9460;
}
</style>