Shades of Eucalyptus #3B9D66
Tints of Eucalyptus #3B9D66
RGB
CMYK
RGB Variations
Color information
#3B9D66 (or 0x3B9D66) is known color: Eucalyptus. HEX triplet: 3B, 9D and 66. RGB value is (59,157,102). Sum of RGB (Red+Green+Blue) = 59+157+102=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #3B9D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9D66 is #C46299. Grayscale: #797979. Windows color (decimal): -12870298 or 6724923. OLE color: 6724923.
HSL color Cylindrical-coordinate representation of color #3B9D66: hue angle of 146.33º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9D66 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 157 | 102 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.38 |
| HSL | 146.33º | 0.45% | 0.42% | - |
| HSV(B) | 146.33º | 0.62% | 0.62% | - |
| XYZ | 16.26 | 26 | 16.73 | - |
| YUV | 121.43 | 117.03 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 157 | 102 | 0.62 | 0 | 0.35 | 0.38 | 146.33 | 0.45 | 0.42 |
| Hex | 3B | 9D | 66 | 3E | 0 | 23 | 26 | 92 | 2D | 2A |
| Octal | 73 | 235 | 146 | 76 | 0 | 43 | 46 | 222 | 55 | 52 |
| Binary | 111011 | 10011101 | 1100110 | 111110 | 0 | 100011 | 100110 | 10010010 | 101101 | 101010 |
Color Harmonies of #3B9D66
Complementary color
Monochromatic Colors of #3B9D66
Black with #3B9D66
Text Example
Text Example
White with #3B9D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9D66; }
p { color: rgb(59,157,102); }
H1.HeaderClassName
{
color: #3B9D66;
}
.AnyTagClassName
{
color: #3B9D66;
}
</style>
background-color css
<style>
a { background-color: #3B9D66; }
a { background-color: rgb(59,157,102); }
div.DivClassName
{
background-color: #3B9D66;
}
.BgClassName
{
background-color: #3B9D66;
}
</style>
border-color css
<style>
span { border-color: #3B9D66; }
span { border-color: rgb(59,157,102); }
td.TdClassName
{
border-color: #3B9D66;
}
.TagClassName
{
border-color: #3B9D66;
}
</style>