Shades of Eucalyptus #3CA16B
Tints of Eucalyptus #3CA16B
RGB
CMYK
RGB Variations
Color information
#3CA16B (or 0x3CA16B) is known color: Eucalyptus. HEX triplet: 3C, A1 and 6B. RGB value is (60,161,107). Sum of RGB (Red+Green+Blue) = 60+161+107=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA16B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA16B is #C35E94. Grayscale: #7C7C7C. Windows color (decimal): -12803733 or 7053628. OLE color: 7053628.
HSL color Cylindrical-coordinate representation of color #3CA16B: hue angle of 147.92º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA16B is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 161 | 107 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.37 |
| HSL | 147.92º | 0.46% | 0.43% | - |
| HSV(B) | 147.92º | 0.63% | 0.63% | - |
| XYZ | 17.26 | 27.51 | 18.31 | - |
| YUV | 124.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 161 | 107 | 0.63 | 0 | 0.34 | 0.37 | 147.92 | 0.46 | 0.43 |
| Hex | 3C | A1 | 6B | 3F | 0 | 22 | 25 | 94 | 2E | 2B |
| Octal | 74 | 241 | 153 | 77 | 0 | 42 | 45 | 224 | 56 | 53 |
| Binary | 111100 | 10100001 | 1101011 | 111111 | 0 | 100010 | 100101 | 10010100 | 101110 | 101011 |
Color Harmonies of #3CA16B
Complementary color
Monochromatic Colors of #3CA16B
Black with #3CA16B
Text Example
Text Example
White with #3CA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA16B; }
p { color: rgb(60,161,107); }
H1.HeaderClassName
{
color: #3CA16B;
}
.AnyTagClassName
{
color: #3CA16B;
}
</style>
background-color css
<style>
a { background-color: #3CA16B; }
a { background-color: rgb(60,161,107); }
div.DivClassName
{
background-color: #3CA16B;
}
.BgClassName
{
background-color: #3CA16B;
}
</style>
border-color css
<style>
span { border-color: #3CA16B; }
span { border-color: rgb(60,161,107); }
td.TdClassName
{
border-color: #3CA16B;
}
.TagClassName
{
border-color: #3CA16B;
}
</style>