Shades of Eucalyptus #3B9C65
Tints of Eucalyptus #3B9C65
RGB
CMYK
RGB Variations
Color information
#3B9C65 (or 0x3B9C65) is known color: Eucalyptus. HEX triplet: 3B, 9C and 65. RGB value is (59,156,101). Sum of RGB (Red+Green+Blue) = 59+156+101=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9C65 is #C4639A. Grayscale: #787878. Windows color (decimal): -12870555 or 6659131. OLE color: 6659131.
HSL color Cylindrical-coordinate representation of color #3B9C65: hue angle of 145.98º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9C65 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 156 | 101 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.39 |
| HSL | 145.98º | 0.45% | 0.42% | - |
| HSV(B) | 145.98º | 0.62% | 0.61% | - |
| XYZ | 16.04 | 25.65 | 16.42 | - |
| YUV | 120.73 | 116.86 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 156 | 101 | 0.62 | 0 | 0.35 | 0.39 | 145.98 | 0.45 | 0.42 |
| Hex | 3B | 9C | 65 | 3E | 0 | 23 | 27 | 92 | 2D | 2A |
| Octal | 73 | 234 | 145 | 76 | 0 | 43 | 47 | 222 | 55 | 52 |
| Binary | 111011 | 10011100 | 1100101 | 111110 | 0 | 100011 | 100111 | 10010010 | 101101 | 101010 |
Color Harmonies of #3B9C65
Complementary color
Monochromatic Colors of #3B9C65
Black with #3B9C65
Text Example
Text Example
White with #3B9C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9C65; }
p { color: rgb(59,156,101); }
H1.HeaderClassName
{
color: #3B9C65;
}
.AnyTagClassName
{
color: #3B9C65;
}
</style>
background-color css
<style>
a { background-color: #3B9C65; }
a { background-color: rgb(59,156,101); }
div.DivClassName
{
background-color: #3B9C65;
}
.BgClassName
{
background-color: #3B9C65;
}
</style>
border-color css
<style>
span { border-color: #3B9C65; }
span { border-color: rgb(59,156,101); }
td.TdClassName
{
border-color: #3B9C65;
}
.TagClassName
{
border-color: #3B9C65;
}
</style>