Shades of Eucalyptus #3F905D
Tints of Eucalyptus #3F905D
RGB
CMYK
RGB Variations
Color information
#3F905D (or 0x3F905D) is known color: Eucalyptus. HEX triplet: 3F, 90 and 5D. RGB value is (63,144,93). Sum of RGB (Red+Green+Blue) = 63+144+93=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #3F905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F905D is #C06FA2. Grayscale: #727272. Windows color (decimal): -12611491 or 6131775. OLE color: 6131775.
HSL color Cylindrical-coordinate representation of color #3F905D: hue angle of 142.22º 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 #3F905D is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 93 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.44 |
| HSL | 142.22º | 0.39% | 0.41% | - |
| HSV(B) | 142.22º | 0.56% | 0.56% | - |
| XYZ | 14 | 21.79 | 13.82 | - |
| YUV | 113.97 | 116.16 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 93 | 0.56 | 0 | 0.35 | 0.44 | 142.22 | 0.39 | 0.41 |
| Hex | 3F | 90 | 5D | 38 | 0 | 23 | 2C | 8E | 27 | 29 |
| Octal | 77 | 220 | 135 | 70 | 0 | 43 | 54 | 216 | 47 | 51 |
| Binary | 111111 | 10010000 | 1011101 | 111000 | 0 | 100011 | 101100 | 10001110 | 100111 | 101001 |
Color Harmonies of #3F905D
Complementary color
Monochromatic Colors of #3F905D
Black with #3F905D
Text Example
Text Example
White with #3F905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F905D; }
p { color: rgb(63,144,93); }
H1.HeaderClassName
{
color: #3F905D;
}
.AnyTagClassName
{
color: #3F905D;
}
</style>
background-color css
<style>
a { background-color: #3F905D; }
a { background-color: rgb(63,144,93); }
div.DivClassName
{
background-color: #3F905D;
}
.BgClassName
{
background-color: #3F905D;
}
</style>
border-color css
<style>
span { border-color: #3F905D; }
span { border-color: rgb(63,144,93); }
td.TdClassName
{
border-color: #3F905D;
}
.TagClassName
{
border-color: #3F905D;
}
</style>