Shades of Eucalyptus #3B956F
Tints of Eucalyptus #3B956F
RGB
CMYK
RGB Variations
Color information
#3B956F (or 0x3B956F) is known color: Eucalyptus. HEX triplet: 3B, 95 and 6F. RGB value is (59,149,111). Sum of RGB (Red+Green+Blue) = 59+149+111=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #3B956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B956F is #C46A90. Grayscale: #757575. Windows color (decimal): -12872337 or 7312699. OLE color: 7312699.
HSL color Cylindrical-coordinate representation of color #3B956F: hue angle of 154.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B956F is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 149 | 111 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.42 |
| HSL | 154.67º | 0.43% | 0.41% | - |
| HSV(B) | 154.67º | 0.6% | 0.58% | - |
| XYZ | 15.42 | 23.57 | 18.78 | - |
| YUV | 117.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 149 | 111 | 0.60 | 0 | 0.26 | 0.42 | 154.67 | 0.43 | 0.41 |
| Hex | 3B | 95 | 6F | 3C | 0 | 1A | 2A | 9B | 2B | 29 |
| Octal | 73 | 225 | 157 | 74 | 0 | 32 | 52 | 233 | 53 | 51 |
| Binary | 111011 | 10010101 | 1101111 | 111100 | 0 | 11010 | 101010 | 10011011 | 101011 | 101001 |
Color Harmonies of #3B956F
Complementary color
Monochromatic Colors of #3B956F
Black with #3B956F
Text Example
Text Example
White with #3B956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B956F; }
p { color: rgb(59,149,111); }
H1.HeaderClassName
{
color: #3B956F;
}
.AnyTagClassName
{
color: #3B956F;
}
</style>
background-color css
<style>
a { background-color: #3B956F; }
a { background-color: rgb(59,149,111); }
div.DivClassName
{
background-color: #3B956F;
}
.BgClassName
{
background-color: #3B956F;
}
</style>
border-color css
<style>
span { border-color: #3B956F; }
span { border-color: rgb(59,149,111); }
td.TdClassName
{
border-color: #3B956F;
}
.TagClassName
{
border-color: #3B956F;
}
</style>