Shades of Eucalyptus #3C9367
Tints of Eucalyptus #3C9367
RGB
CMYK
RGB Variations
Color information
#3C9367 (or 0x3C9367) is known color: Eucalyptus. HEX triplet: 3C, 93 and 67. RGB value is (60,147,103). Sum of RGB (Red+Green+Blue) = 60+147+103=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9367 is #C36C98. Grayscale: #747474. Windows color (decimal): -12807321 or 6787900. OLE color: 6787900.
HSL color Cylindrical-coordinate representation of color #3C9367: hue angle of 149.66º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9367 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 147 | 103 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.42 |
| HSL | 149.66º | 0.42% | 0.41% | - |
| HSV(B) | 149.66º | 0.59% | 0.58% | - |
| XYZ | 14.75 | 22.81 | 16.46 | - |
| YUV | 115.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 103 | 0.59 | 0 | 0.30 | 0.42 | 149.66 | 0.42 | 0.41 |
| Hex | 3C | 93 | 67 | 3B | 0 | 1E | 2A | 96 | 2A | 29 |
| Octal | 74 | 223 | 147 | 73 | 0 | 36 | 52 | 226 | 52 | 51 |
| Binary | 111100 | 10010011 | 1100111 | 111011 | 0 | 11110 | 101010 | 10010110 | 101010 | 101001 |
Color Harmonies of #3C9367
Complementary color
Monochromatic Colors of #3C9367
Black with #3C9367
Text Example
Text Example
White with #3C9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9367; }
p { color: rgb(60,147,103); }
H1.HeaderClassName
{
color: #3C9367;
}
.AnyTagClassName
{
color: #3C9367;
}
</style>
background-color css
<style>
a { background-color: #3C9367; }
a { background-color: rgb(60,147,103); }
div.DivClassName
{
background-color: #3C9367;
}
.BgClassName
{
background-color: #3C9367;
}
</style>
border-color css
<style>
span { border-color: #3C9367; }
span { border-color: rgb(60,147,103); }
td.TdClassName
{
border-color: #3C9367;
}
.TagClassName
{
border-color: #3C9367;
}
</style>