Shades of Eucalyptus #3C8E5C
Tints of Eucalyptus #3C8E5C
RGB
CMYK
RGB Variations
Color information
#3C8E5C (or 0x3C8E5C) is known color: Eucalyptus. HEX triplet: 3C, 8E and 5C. RGB value is (60,142,92). Sum of RGB (Red+Green+Blue) = 60+142+92=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E5C is #C371A3. Grayscale: #6F6F6F. Windows color (decimal): -12808612 or 6065724. OLE color: 6065724.
HSL color Cylindrical-coordinate representation of color #3C8E5C: hue angle of 143.41º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8E5C is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 142 | 92 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.44 |
| HSL | 143.41º | 0.41% | 0.4% | - |
| HSV(B) | 143.41º | 0.58% | 0.56% | - |
| XYZ | 13.47 | 21.08 | 13.48 | - |
| YUV | 111.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 142 | 92 | 0.58 | 0 | 0.35 | 0.44 | 143.41 | 0.41 | 0.4 |
| Hex | 3C | 8E | 5C | 3A | 0 | 23 | 2C | 8F | 29 | 28 |
| Octal | 74 | 216 | 134 | 72 | 0 | 43 | 54 | 217 | 51 | 50 |
| Binary | 111100 | 10001110 | 1011100 | 111010 | 0 | 100011 | 101100 | 10001111 | 101001 | 101000 |
Color Harmonies of #3C8E5C
Complementary color
Monochromatic Colors of #3C8E5C
Black with #3C8E5C
Text Example
Text Example
White with #3C8E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8E5C; }
p { color: rgb(60,142,92); }
H1.HeaderClassName
{
color: #3C8E5C;
}
.AnyTagClassName
{
color: #3C8E5C;
}
</style>
background-color css
<style>
a { background-color: #3C8E5C; }
a { background-color: rgb(60,142,92); }
div.DivClassName
{
background-color: #3C8E5C;
}
.BgClassName
{
background-color: #3C8E5C;
}
</style>
border-color css
<style>
span { border-color: #3C8E5C; }
span { border-color: rgb(60,142,92); }
td.TdClassName
{
border-color: #3C8E5C;
}
.TagClassName
{
border-color: #3C8E5C;
}
</style>