Shades of Eucalyptus #3F9B68
Tints of Eucalyptus #3F9B68
RGB
CMYK
RGB Variations
Color information
#3F9B68 (or 0x3F9B68) is known color: Eucalyptus. HEX triplet: 3F, 9B and 68. RGB value is (63,155,104). Sum of RGB (Red+Green+Blue) = 63+155+104=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #3F9B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9B68 is #C06497. Grayscale: #797979. Windows color (decimal): -12608664 or 6855487. OLE color: 6855487.
HSL color Cylindrical-coordinate representation of color #3F9B68: hue angle of 146.74º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9B68 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 155 | 104 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.39 |
| HSL | 146.74º | 0.42% | 0.43% | - |
| HSV(B) | 146.74º | 0.59% | 0.61% | - |
| XYZ | 16.27 | 25.5 | 17.16 | - |
| YUV | 121.68 | 118.02 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 155 | 104 | 0.59 | 0 | 0.33 | 0.39 | 146.74 | 0.42 | 0.43 |
| Hex | 3F | 9B | 68 | 3B | 0 | 21 | 27 | 93 | 2A | 2B |
| Octal | 77 | 233 | 150 | 73 | 0 | 41 | 47 | 223 | 52 | 53 |
| Binary | 111111 | 10011011 | 1101000 | 111011 | 0 | 100001 | 100111 | 10010011 | 101010 | 101011 |
Color Harmonies of #3F9B68
Complementary color
Monochromatic Colors of #3F9B68
Black with #3F9B68
Text Example
Text Example
White with #3F9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9B68; }
p { color: rgb(63,155,104); }
H1.HeaderClassName
{
color: #3F9B68;
}
.AnyTagClassName
{
color: #3F9B68;
}
</style>
background-color css
<style>
a { background-color: #3F9B68; }
a { background-color: rgb(63,155,104); }
div.DivClassName
{
background-color: #3F9B68;
}
.BgClassName
{
background-color: #3F9B68;
}
</style>
border-color css
<style>
span { border-color: #3F9B68; }
span { border-color: rgb(63,155,104); }
td.TdClassName
{
border-color: #3F9B68;
}
.TagClassName
{
border-color: #3F9B68;
}
</style>