Shades of Eucalyptus #3BA266
Tints of Eucalyptus #3BA266
RGB
CMYK
RGB Variations
Color information
#3BA266 (or 0x3BA266) is known color: Eucalyptus. HEX triplet: 3B, A2 and 66. RGB value is (59,162,102). Sum of RGB (Red+Green+Blue) = 59+162+102=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA266 is #C45D99. Grayscale: #7C7C7C. Windows color (decimal): -12869018 or 6726203. OLE color: 6726203.
HSL color Cylindrical-coordinate representation of color #3BA266: hue angle of 145.05º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA266 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 162 | 102 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.36 |
| HSL | 145.05º | 0.47% | 0.43% | - |
| HSV(B) | 145.05º | 0.64% | 0.64% | - |
| XYZ | 17.12 | 27.73 | 17.02 | - |
| YUV | 124.36 | 115.38 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 102 | 0.64 | 0 | 0.37 | 0.36 | 145.05 | 0.47 | 0.43 |
| Hex | 3B | A2 | 66 | 40 | 0 | 25 | 24 | 91 | 2F | 2B |
| Octal | 73 | 242 | 146 | 100 | 0 | 45 | 44 | 221 | 57 | 53 |
| Binary | 111011 | 10100010 | 1100110 | 1000000 | 0 | 100101 | 100100 | 10010001 | 101111 | 101011 |
Color Harmonies of #3BA266
Complementary color
Monochromatic Colors of #3BA266
Black with #3BA266
Text Example
Text Example
White with #3BA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA266; }
p { color: rgb(59,162,102); }
H1.HeaderClassName
{
color: #3BA266;
}
.AnyTagClassName
{
color: #3BA266;
}
</style>
background-color css
<style>
a { background-color: #3BA266; }
a { background-color: rgb(59,162,102); }
div.DivClassName
{
background-color: #3BA266;
}
.BgClassName
{
background-color: #3BA266;
}
</style>
border-color css
<style>
span { border-color: #3BA266; }
span { border-color: rgb(59,162,102); }
td.TdClassName
{
border-color: #3BA266;
}
.TagClassName
{
border-color: #3BA266;
}
</style>