Shades of Eucalyptus #3C905B
Tints of Eucalyptus #3C905B
RGB
CMYK
RGB Variations
Color information
#3C905B (or 0x3C905B) is known color: Eucalyptus. HEX triplet: 3C, 90 and 5B. RGB value is (60,144,91). Sum of RGB (Red+Green+Blue) = 60+144+91=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #3C905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C905B is #C36FA4. Grayscale: #707070. Windows color (decimal): -12808101 or 6000700. OLE color: 6000700.
HSL color Cylindrical-coordinate representation of color #3C905B: hue angle of 142.14º 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 #3C905B is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 144 | 91 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.44 |
| HSL | 142.14º | 0.41% | 0.4% | - |
| HSV(B) | 142.14º | 0.58% | 0.56% | - |
| XYZ | 13.73 | 21.66 | 13.36 | - |
| YUV | 112.84 | 115.67 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 144 | 91 | 0.58 | 0 | 0.37 | 0.44 | 142.14 | 0.41 | 0.4 |
| Hex | 3C | 90 | 5B | 3A | 0 | 25 | 2C | 8E | 29 | 28 |
| Octal | 74 | 220 | 133 | 72 | 0 | 45 | 54 | 216 | 51 | 50 |
| Binary | 111100 | 10010000 | 1011011 | 111010 | 0 | 100101 | 101100 | 10001110 | 101001 | 101000 |
Color Harmonies of #3C905B
Complementary color
Monochromatic Colors of #3C905B
Black with #3C905B
Text Example
Text Example
White with #3C905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C905B; }
p { color: rgb(60,144,91); }
H1.HeaderClassName
{
color: #3C905B;
}
.AnyTagClassName
{
color: #3C905B;
}
</style>
background-color css
<style>
a { background-color: #3C905B; }
a { background-color: rgb(60,144,91); }
div.DivClassName
{
background-color: #3C905B;
}
.BgClassName
{
background-color: #3C905B;
}
</style>
border-color css
<style>
span { border-color: #3C905B; }
span { border-color: rgb(60,144,91); }
td.TdClassName
{
border-color: #3C905B;
}
.TagClassName
{
border-color: #3C905B;
}
</style>