Shades of Eucalyptus #3F9067
Tints of Eucalyptus #3F9067
RGB
CMYK
RGB Variations
Color information
#3F9067 (or 0x3F9067) is known color: Eucalyptus. HEX triplet: 3F, 90 and 67. RGB value is (63,144,103). Sum of RGB (Red+Green+Blue) = 63+144+103=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9067 is #C06F98. Grayscale: #737373. Windows color (decimal): -12611481 or 6787135. OLE color: 6787135.
HSL color Cylindrical-coordinate representation of color #3F9067: hue angle of 149.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9067 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 103 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.44 |
| HSL | 149.63º | 0.39% | 0.41% | - |
| HSV(B) | 149.63º | 0.56% | 0.56% | - |
| XYZ | 14.47 | 21.98 | 16.31 | - |
| YUV | 115.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 103 | 0.56 | 0 | 0.28 | 0.44 | 149.63 | 0.39 | 0.41 |
| Hex | 3F | 90 | 67 | 38 | 0 | 1C | 2C | 96 | 27 | 29 |
| Octal | 77 | 220 | 147 | 70 | 0 | 34 | 54 | 226 | 47 | 51 |
| Binary | 111111 | 10010000 | 1100111 | 111000 | 0 | 11100 | 101100 | 10010110 | 100111 | 101001 |
Color Harmonies of #3F9067
Complementary color
Monochromatic Colors of #3F9067
Black with #3F9067
Text Example
Text Example
White with #3F9067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9067; }
p { color: rgb(63,144,103); }
H1.HeaderClassName
{
color: #3F9067;
}
.AnyTagClassName
{
color: #3F9067;
}
</style>
background-color css
<style>
a { background-color: #3F9067; }
a { background-color: rgb(63,144,103); }
div.DivClassName
{
background-color: #3F9067;
}
.BgClassName
{
background-color: #3F9067;
}
</style>
border-color css
<style>
span { border-color: #3F9067; }
span { border-color: rgb(63,144,103); }
td.TdClassName
{
border-color: #3F9067;
}
.TagClassName
{
border-color: #3F9067;
}
</style>