Shades of Eucalyptus #3B955B
Tints of Eucalyptus #3B955B
RGB
CMYK
RGB Variations
Color information
#3B955B (or 0x3B955B) is known color: Eucalyptus. HEX triplet: 3B, 95 and 5B. RGB value is (59,149,91). Sum of RGB (Red+Green+Blue) = 59+149+91=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #3B955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B955B is #C46AA4. Grayscale: #737373. Windows color (decimal): -12872357 or 6001979. OLE color: 6001979.
HSL color Cylindrical-coordinate representation of color #3B955B: hue angle of 141.33º 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 #3B955B is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 149 | 91 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.42 |
| HSL | 141.33º | 0.43% | 0.41% | - |
| HSV(B) | 141.33º | 0.6% | 0.58% | - |
| XYZ | 14.44 | 23.18 | 13.61 | - |
| YUV | 115.48 | 114.18 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 149 | 91 | 0.60 | 0 | 0.39 | 0.42 | 141.33 | 0.43 | 0.41 |
| Hex | 3B | 95 | 5B | 3C | 0 | 27 | 2A | 8D | 2B | 29 |
| Octal | 73 | 225 | 133 | 74 | 0 | 47 | 52 | 215 | 53 | 51 |
| Binary | 111011 | 10010101 | 1011011 | 111100 | 0 | 100111 | 101010 | 10001101 | 101011 | 101001 |
Color Harmonies of #3B955B
Complementary color
Monochromatic Colors of #3B955B
Black with #3B955B
Text Example
Text Example
White with #3B955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B955B; }
p { color: rgb(59,149,91); }
H1.HeaderClassName
{
color: #3B955B;
}
.AnyTagClassName
{
color: #3B955B;
}
</style>
background-color css
<style>
a { background-color: #3B955B; }
a { background-color: rgb(59,149,91); }
div.DivClassName
{
background-color: #3B955B;
}
.BgClassName
{
background-color: #3B955B;
}
</style>
border-color css
<style>
span { border-color: #3B955B; }
span { border-color: rgb(59,149,91); }
td.TdClassName
{
border-color: #3B955B;
}
.TagClassName
{
border-color: #3B955B;
}
</style>