Shades of Eucalyptus #3F9A63
Tints of Eucalyptus #3F9A63
RGB
CMYK
RGB Variations
Color information
#3F9A63 (or 0x3F9A63) is known color: Eucalyptus. HEX triplet: 3F, 9A and 63. RGB value is (63,154,99). Sum of RGB (Red+Green+Blue) = 63+154+99=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #3F9A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9A63 is #C0659C. Grayscale: #787878. Windows color (decimal): -12608925 or 6527551. OLE color: 6527551.
HSL color Cylindrical-coordinate representation of color #3F9A63: hue angle of 143.74º 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 #3F9A63 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 154 | 99 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.40 |
| HSL | 143.74º | 0.42% | 0.43% | - |
| HSV(B) | 143.74º | 0.59% | 0.6% | - |
| XYZ | 15.86 | 25.07 | 15.81 | - |
| YUV | 120.52 | 115.85 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 154 | 99 | 0.59 | 0 | 0.36 | 0.40 | 143.74 | 0.42 | 0.43 |
| Hex | 3F | 9A | 63 | 3B | 0 | 24 | 28 | 90 | 2A | 2B |
| Octal | 77 | 232 | 143 | 73 | 0 | 44 | 50 | 220 | 52 | 53 |
| Binary | 111111 | 10011010 | 1100011 | 111011 | 0 | 100100 | 101000 | 10010000 | 101010 | 101011 |
Color Harmonies of #3F9A63
Complementary color
Monochromatic Colors of #3F9A63
Black with #3F9A63
Text Example
Text Example
White with #3F9A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9A63; }
p { color: rgb(63,154,99); }
H1.HeaderClassName
{
color: #3F9A63;
}
.AnyTagClassName
{
color: #3F9A63;
}
</style>
background-color css
<style>
a { background-color: #3F9A63; }
a { background-color: rgb(63,154,99); }
div.DivClassName
{
background-color: #3F9A63;
}
.BgClassName
{
background-color: #3F9A63;
}
</style>
border-color css
<style>
span { border-color: #3F9A63; }
span { border-color: rgb(63,154,99); }
td.TdClassName
{
border-color: #3F9A63;
}
.TagClassName
{
border-color: #3F9A63;
}
</style>