Shades of Eucalyptus #3BA368
Tints of Eucalyptus #3BA368
RGB
CMYK
RGB Variations
Color information
#3BA368 (or 0x3BA368) is known color: Eucalyptus. HEX triplet: 3B, A3 and 68. RGB value is (59,163,104). Sum of RGB (Red+Green+Blue) = 59+163+104=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA368 is #C45C97. Grayscale: #7D7D7D. Windows color (decimal): -12868760 or 6857531. OLE color: 6857531.
HSL color Cylindrical-coordinate representation of color #3BA368: hue angle of 145.96º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA368 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 163 | 104 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.36 |
| HSL | 145.96º | 0.47% | 0.44% | - |
| HSV(B) | 145.96º | 0.64% | 0.64% | - |
| XYZ | 17.4 | 28.12 | 17.61 | - |
| YUV | 125.18 | 116.04 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 104 | 0.64 | 0 | 0.36 | 0.36 | 145.96 | 0.47 | 0.44 |
| Hex | 3B | A3 | 68 | 40 | 0 | 24 | 24 | 92 | 2F | 2C |
| Octal | 73 | 243 | 150 | 100 | 0 | 44 | 44 | 222 | 57 | 54 |
| Binary | 111011 | 10100011 | 1101000 | 1000000 | 0 | 100100 | 100100 | 10010010 | 101111 | 101100 |
Color Harmonies of #3BA368
Complementary color
Monochromatic Colors of #3BA368
Black with #3BA368
Text Example
Text Example
White with #3BA368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA368; }
p { color: rgb(59,163,104); }
H1.HeaderClassName
{
color: #3BA368;
}
.AnyTagClassName
{
color: #3BA368;
}
</style>
background-color css
<style>
a { background-color: #3BA368; }
a { background-color: rgb(59,163,104); }
div.DivClassName
{
background-color: #3BA368;
}
.BgClassName
{
background-color: #3BA368;
}
</style>
border-color css
<style>
span { border-color: #3BA368; }
span { border-color: rgb(59,163,104); }
td.TdClassName
{
border-color: #3BA368;
}
.TagClassName
{
border-color: #3BA368;
}
</style>