Shades of Eucalyptus #3F9260
Tints of Eucalyptus #3F9260
RGB
CMYK
RGB Variations
Color information
#3F9260 (or 0x3F9260) is known color: Eucalyptus. HEX triplet: 3F, 92 and 60. RGB value is (63,146,96). Sum of RGB (Red+Green+Blue) = 63+146+96=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9260 is #C06D9F. Grayscale: #737373. Windows color (decimal): -12610976 or 6328895. OLE color: 6328895.
HSL color Cylindrical-coordinate representation of color #3F9260: hue angle of 143.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9260 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 96 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.43 |
| HSL | 143.86º | 0.4% | 0.41% | - |
| HSV(B) | 143.86º | 0.57% | 0.57% | - |
| XYZ | 14.44 | 22.46 | 14.64 | - |
| YUV | 115.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 96 | 0.57 | 0 | 0.34 | 0.43 | 143.86 | 0.4 | 0.41 |
| Hex | 3F | 92 | 60 | 39 | 0 | 22 | 2B | 90 | 28 | 29 |
| Octal | 77 | 222 | 140 | 71 | 0 | 42 | 53 | 220 | 50 | 51 |
| Binary | 111111 | 10010010 | 1100000 | 111001 | 0 | 100010 | 101011 | 10010000 | 101000 | 101001 |
Color Harmonies of #3F9260
Complementary color
Monochromatic Colors of #3F9260
Black with #3F9260
Text Example
Text Example
White with #3F9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9260; }
p { color: rgb(63,146,96); }
H1.HeaderClassName
{
color: #3F9260;
}
.AnyTagClassName
{
color: #3F9260;
}
</style>
background-color css
<style>
a { background-color: #3F9260; }
a { background-color: rgb(63,146,96); }
div.DivClassName
{
background-color: #3F9260;
}
.BgClassName
{
background-color: #3F9260;
}
</style>
border-color css
<style>
span { border-color: #3F9260; }
span { border-color: rgb(63,146,96); }
td.TdClassName
{
border-color: #3F9260;
}
.TagClassName
{
border-color: #3F9260;
}
</style>