Shades of Eucalyptus #3C9368
Tints of Eucalyptus #3C9368
RGB
CMYK
RGB Variations
Color information
#3C9368 (or 0x3C9368) is known color: Eucalyptus. HEX triplet: 3C, 93 and 68. RGB value is (60,147,104). Sum of RGB (Red+Green+Blue) = 60+147+104=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9368 is #C36C97. Grayscale: #747474. Windows color (decimal): -12807320 or 6853436. OLE color: 6853436.
HSL color Cylindrical-coordinate representation of color #3C9368: hue angle of 150.34º 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 #3C9368 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 147 | 104 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.42 |
| HSL | 150.34º | 0.42% | 0.41% | - |
| HSV(B) | 150.34º | 0.59% | 0.58% | - |
| XYZ | 14.8 | 22.83 | 16.72 | - |
| YUV | 116.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 104 | 0.59 | 0 | 0.29 | 0.42 | 150.34 | 0.42 | 0.41 |
| Hex | 3C | 93 | 68 | 3B | 0 | 1D | 2A | 96 | 2A | 29 |
| Octal | 74 | 223 | 150 | 73 | 0 | 35 | 52 | 226 | 52 | 51 |
| Binary | 111100 | 10010011 | 1101000 | 111011 | 0 | 11101 | 101010 | 10010110 | 101010 | 101001 |
Color Harmonies of #3C9368
Complementary color
Monochromatic Colors of #3C9368
Black with #3C9368
Text Example
Text Example
White with #3C9368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9368; }
p { color: rgb(60,147,104); }
H1.HeaderClassName
{
color: #3C9368;
}
.AnyTagClassName
{
color: #3C9368;
}
</style>
background-color css
<style>
a { background-color: #3C9368; }
a { background-color: rgb(60,147,104); }
div.DivClassName
{
background-color: #3C9368;
}
.BgClassName
{
background-color: #3C9368;
}
</style>
border-color css
<style>
span { border-color: #3C9368; }
span { border-color: rgb(60,147,104); }
td.TdClassName
{
border-color: #3C9368;
}
.TagClassName
{
border-color: #3C9368;
}
</style>