Shades of Eucalyptus #3CA266
Tints of Eucalyptus #3CA266
RGB
CMYK
RGB Variations
Color information
#3CA266 (or 0x3CA266) is known color: Eucalyptus. HEX triplet: 3C, A2 and 66. RGB value is (60,162,102). Sum of RGB (Red+Green+Blue) = 60+162+102=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA266 is #C35D99. Grayscale: #7C7C7C. Windows color (decimal): -12803482 or 6726204. OLE color: 6726204.
HSL color Cylindrical-coordinate representation of color #3CA266: hue angle of 144.71º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA266 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 162 | 102 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.36 |
| HSL | 144.71º | 0.46% | 0.44% | - |
| HSV(B) | 144.71º | 0.63% | 0.64% | - |
| XYZ | 17.18 | 27.76 | 17.02 | - |
| YUV | 124.66 | 115.21 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 102 | 0.63 | 0 | 0.37 | 0.36 | 144.71 | 0.46 | 0.44 |
| Hex | 3C | A2 | 66 | 3F | 0 | 25 | 24 | 91 | 2E | 2C |
| Octal | 74 | 242 | 146 | 77 | 0 | 45 | 44 | 221 | 56 | 54 |
| Binary | 111100 | 10100010 | 1100110 | 111111 | 0 | 100101 | 100100 | 10010001 | 101110 | 101100 |
Color Harmonies of #3CA266
Complementary color
Monochromatic Colors of #3CA266
Black with #3CA266
Text Example
Text Example
White with #3CA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA266; }
p { color: rgb(60,162,102); }
H1.HeaderClassName
{
color: #3CA266;
}
.AnyTagClassName
{
color: #3CA266;
}
</style>
background-color css
<style>
a { background-color: #3CA266; }
a { background-color: rgb(60,162,102); }
div.DivClassName
{
background-color: #3CA266;
}
.BgClassName
{
background-color: #3CA266;
}
</style>
border-color css
<style>
span { border-color: #3CA266; }
span { border-color: rgb(60,162,102); }
td.TdClassName
{
border-color: #3CA266;
}
.TagClassName
{
border-color: #3CA266;
}
</style>