Shades of Eucalyptus #3CA265
Tints of Eucalyptus #3CA265
RGB
CMYK
RGB Variations
Color information
#3CA265 (or 0x3CA265) is known color: Eucalyptus. HEX triplet: 3C, A2 and 65. RGB value is (60,162,101). Sum of RGB (Red+Green+Blue) = 60+162+101=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA265 is #C35D9A. Grayscale: #7C7C7C. Windows color (decimal): -12803483 or 6660668. OLE color: 6660668.
HSL color Cylindrical-coordinate representation of color #3CA265: hue angle of 144.12º 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 #3CA265 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 162 | 101 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.36 |
| HSL | 144.12º | 0.46% | 0.44% | - |
| HSV(B) | 144.12º | 0.63% | 0.64% | - |
| XYZ | 17.13 | 27.74 | 16.76 | - |
| YUV | 124.55 | 114.71 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 101 | 0.63 | 0 | 0.38 | 0.36 | 144.12 | 0.46 | 0.44 |
| Hex | 3C | A2 | 65 | 3F | 0 | 26 | 24 | 90 | 2E | 2C |
| Octal | 74 | 242 | 145 | 77 | 0 | 46 | 44 | 220 | 56 | 54 |
| Binary | 111100 | 10100010 | 1100101 | 111111 | 0 | 100110 | 100100 | 10010000 | 101110 | 101100 |
Color Harmonies of #3CA265
Complementary color
Monochromatic Colors of #3CA265
Black with #3CA265
Text Example
Text Example
White with #3CA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA265; }
p { color: rgb(60,162,101); }
H1.HeaderClassName
{
color: #3CA265;
}
.AnyTagClassName
{
color: #3CA265;
}
</style>
background-color css
<style>
a { background-color: #3CA265; }
a { background-color: rgb(60,162,101); }
div.DivClassName
{
background-color: #3CA265;
}
.BgClassName
{
background-color: #3CA265;
}
</style>
border-color css
<style>
span { border-color: #3CA265; }
span { border-color: rgb(60,162,101); }
td.TdClassName
{
border-color: #3CA265;
}
.TagClassName
{
border-color: #3CA265;
}
</style>