Shades of Eucalyptus #3C9263
Tints of Eucalyptus #3C9263
RGB
CMYK
RGB Variations
Color information
#3C9263 (or 0x3C9263) is known color: Eucalyptus. HEX triplet: 3C, 92 and 63. RGB value is (60,146,99). Sum of RGB (Red+Green+Blue) = 60+146+99=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9263 is #C36D9C. Grayscale: #737373. Windows color (decimal): -12807581 or 6525500. OLE color: 6525500.
HSL color Cylindrical-coordinate representation of color #3C9263: hue angle of 147.21º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9263 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 146 | 99 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.43 |
| HSL | 147.21º | 0.42% | 0.4% | - |
| HSV(B) | 147.21º | 0.59% | 0.57% | - |
| XYZ | 14.39 | 22.42 | 15.37 | - |
| YUV | 114.93 | 119.01 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 99 | 0.59 | 0 | 0.32 | 0.43 | 147.21 | 0.42 | 0.4 |
| Hex | 3C | 92 | 63 | 3B | 0 | 20 | 2B | 93 | 2A | 28 |
| Octal | 74 | 222 | 143 | 73 | 0 | 40 | 53 | 223 | 52 | 50 |
| Binary | 111100 | 10010010 | 1100011 | 111011 | 0 | 100000 | 101011 | 10010011 | 101010 | 101000 |
Color Harmonies of #3C9263
Complementary color
Monochromatic Colors of #3C9263
Black with #3C9263
Text Example
Text Example
White with #3C9263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9263; }
p { color: rgb(60,146,99); }
H1.HeaderClassName
{
color: #3C9263;
}
.AnyTagClassName
{
color: #3C9263;
}
</style>
background-color css
<style>
a { background-color: #3C9263; }
a { background-color: rgb(60,146,99); }
div.DivClassName
{
background-color: #3C9263;
}
.BgClassName
{
background-color: #3C9263;
}
</style>
border-color css
<style>
span { border-color: #3C9263; }
span { border-color: rgb(60,146,99); }
td.TdClassName
{
border-color: #3C9263;
}
.TagClassName
{
border-color: #3C9263;
}
</style>