Shades of Eucalyptus #3F936C
Tints of Eucalyptus #3F936C
RGB
CMYK
RGB Variations
Color information
#3F936C (or 0x3F936C) is known color: Eucalyptus. HEX triplet: 3F, 93 and 6C. RGB value is (63,147,108). Sum of RGB (Red+Green+Blue) = 63+147+108=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #3F936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F936C is #C06C93. Grayscale: #757575. Windows color (decimal): -12610708 or 7115583. OLE color: 7115583.
HSL color Cylindrical-coordinate representation of color #3F936C: hue angle of 152.14º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F936C is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 147 | 108 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.42 |
| HSL | 152.14º | 0.4% | 0.41% | - |
| HSV(B) | 152.14º | 0.57% | 0.58% | - |
| XYZ | 15.19 | 23.01 | 17.83 | - |
| YUV | 117.44 | 122.67 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 108 | 0.57 | 0 | 0.27 | 0.42 | 152.14 | 0.4 | 0.41 |
| Hex | 3F | 93 | 6C | 39 | 0 | 1B | 2A | 98 | 28 | 29 |
| Octal | 77 | 223 | 154 | 71 | 0 | 33 | 52 | 230 | 50 | 51 |
| Binary | 111111 | 10010011 | 1101100 | 111001 | 0 | 11011 | 101010 | 10011000 | 101000 | 101001 |
Color Harmonies of #3F936C
Complementary color
Monochromatic Colors of #3F936C
Black with #3F936C
Text Example
Text Example
White with #3F936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F936C; }
p { color: rgb(63,147,108); }
H1.HeaderClassName
{
color: #3F936C;
}
.AnyTagClassName
{
color: #3F936C;
}
</style>
background-color css
<style>
a { background-color: #3F936C; }
a { background-color: rgb(63,147,108); }
div.DivClassName
{
background-color: #3F936C;
}
.BgClassName
{
background-color: #3F936C;
}
</style>
border-color css
<style>
span { border-color: #3F936C; }
span { border-color: rgb(63,147,108); }
td.TdClassName
{
border-color: #3F936C;
}
.TagClassName
{
border-color: #3F936C;
}
</style>