Shades of Eucalyptus #3F905F
Tints of Eucalyptus #3F905F
RGB
CMYK
RGB Variations
Color information
#3F905F (or 0x3F905F) is known color: Eucalyptus. HEX triplet: 3F, 90 and 5F. RGB value is (63,144,95). Sum of RGB (Red+Green+Blue) = 63+144+95=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #3F905F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F905F is #C06FA0. Grayscale: #727272. Windows color (decimal): -12611489 or 6262847. OLE color: 6262847.
HSL color Cylindrical-coordinate representation of color #3F905F: hue angle of 143.7º 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 #3F905F is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 95 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.44 |
| HSL | 143.7º | 0.39% | 0.41% | - |
| HSV(B) | 143.7º | 0.56% | 0.56% | - |
| XYZ | 14.09 | 21.83 | 14.3 | - |
| YUV | 114.2 | 117.16 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 95 | 0.56 | 0 | 0.34 | 0.44 | 143.7 | 0.39 | 0.41 |
| Hex | 3F | 90 | 5F | 38 | 0 | 22 | 2C | 90 | 27 | 29 |
| Octal | 77 | 220 | 137 | 70 | 0 | 42 | 54 | 220 | 47 | 51 |
| Binary | 111111 | 10010000 | 1011111 | 111000 | 0 | 100010 | 101100 | 10010000 | 100111 | 101001 |
Color Harmonies of #3F905F
Complementary color
Monochromatic Colors of #3F905F
Black with #3F905F
Text Example
Text Example
White with #3F905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F905F; }
p { color: rgb(63,144,95); }
H1.HeaderClassName
{
color: #3F905F;
}
.AnyTagClassName
{
color: #3F905F;
}
</style>
background-color css
<style>
a { background-color: #3F905F; }
a { background-color: rgb(63,144,95); }
div.DivClassName
{
background-color: #3F905F;
}
.BgClassName
{
background-color: #3F905F;
}
</style>
border-color css
<style>
span { border-color: #3F905F; }
span { border-color: rgb(63,144,95); }
td.TdClassName
{
border-color: #3F905F;
}
.TagClassName
{
border-color: #3F905F;
}
</style>