Shades of Eucalyptus #3BA364
Tints of Eucalyptus #3BA364
RGB
CMYK
RGB Variations
Color information
#3BA364 (or 0x3BA364) is known color: Eucalyptus. HEX triplet: 3B, A3 and 64. RGB value is (59,163,100). Sum of RGB (Red+Green+Blue) = 59+163+100=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA364 is #C45C9B. Grayscale: #7C7C7C. Windows color (decimal): -12868764 or 6595387. OLE color: 6595387.
HSL color Cylindrical-coordinate representation of color #3BA364: hue angle of 143.65º 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 #3BA364 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 163 | 100 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.36 |
| HSL | 143.65º | 0.47% | 0.44% | - |
| HSV(B) | 143.65º | 0.64% | 0.64% | - |
| XYZ | 17.2 | 28.04 | 16.56 | - |
| YUV | 124.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 100 | 0.64 | 0 | 0.39 | 0.36 | 143.65 | 0.47 | 0.44 |
| Hex | 3B | A3 | 64 | 40 | 0 | 27 | 24 | 90 | 2F | 2C |
| Octal | 73 | 243 | 144 | 100 | 0 | 47 | 44 | 220 | 57 | 54 |
| Binary | 111011 | 10100011 | 1100100 | 1000000 | 0 | 100111 | 100100 | 10010000 | 101111 | 101100 |
Color Harmonies of #3BA364
Complementary color
Monochromatic Colors of #3BA364
Black with #3BA364
Text Example
Text Example
White with #3BA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA364; }
p { color: rgb(59,163,100); }
H1.HeaderClassName
{
color: #3BA364;
}
.AnyTagClassName
{
color: #3BA364;
}
</style>
background-color css
<style>
a { background-color: #3BA364; }
a { background-color: rgb(59,163,100); }
div.DivClassName
{
background-color: #3BA364;
}
.BgClassName
{
background-color: #3BA364;
}
</style>
border-color css
<style>
span { border-color: #3BA364; }
span { border-color: rgb(59,163,100); }
td.TdClassName
{
border-color: #3BA364;
}
.TagClassName
{
border-color: #3BA364;
}
</style>