Shades of Eucalyptus #3F9A70
Tints of Eucalyptus #3F9A70
RGB
CMYK
RGB Variations
Color information
#3F9A70 (or 0x3F9A70) is known color: Eucalyptus. HEX triplet: 3F, 9A and 70. RGB value is (63,154,112). Sum of RGB (Red+Green+Blue) = 63+154+112=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #3F9A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9A70 is #C0658F. Grayscale: #7A7A7A. Windows color (decimal): -12608912 or 7379519. OLE color: 7379519.
HSL color Cylindrical-coordinate representation of color #3F9A70: hue angle of 152.31º 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 #3F9A70 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 154 | 112 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.40 |
| HSL | 152.31º | 0.42% | 0.43% | - |
| HSV(B) | 152.31º | 0.59% | 0.6% | - |
| XYZ | 16.53 | 25.34 | 19.35 | - |
| YUV | 122 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 154 | 112 | 0.59 | 0 | 0.27 | 0.40 | 152.31 | 0.42 | 0.43 |
| Hex | 3F | 9A | 70 | 3B | 0 | 1B | 28 | 98 | 2A | 2B |
| Octal | 77 | 232 | 160 | 73 | 0 | 33 | 50 | 230 | 52 | 53 |
| Binary | 111111 | 10011010 | 1110000 | 111011 | 0 | 11011 | 101000 | 10011000 | 101010 | 101011 |
Color Harmonies of #3F9A70
Complementary color
Monochromatic Colors of #3F9A70
Black with #3F9A70
Text Example
Text Example
White with #3F9A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9A70; }
p { color: rgb(63,154,112); }
H1.HeaderClassName
{
color: #3F9A70;
}
.AnyTagClassName
{
color: #3F9A70;
}
</style>
background-color css
<style>
a { background-color: #3F9A70; }
a { background-color: rgb(63,154,112); }
div.DivClassName
{
background-color: #3F9A70;
}
.BgClassName
{
background-color: #3F9A70;
}
</style>
border-color css
<style>
span { border-color: #3F9A70; }
span { border-color: rgb(63,154,112); }
td.TdClassName
{
border-color: #3F9A70;
}
.TagClassName
{
border-color: #3F9A70;
}
</style>