Shades of Eucalyptus #3C9B6B
Tints of Eucalyptus #3C9B6B
RGB
CMYK
RGB Variations
Color information
#3C9B6B (or 0x3C9B6B) is known color: Eucalyptus. HEX triplet: 3C, 9B and 6B. RGB value is (60,155,107). Sum of RGB (Red+Green+Blue) = 60+155+107=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9B6B is #C36494. Grayscale: #797979. Windows color (decimal): -12805269 or 7052092. OLE color: 7052092.
HSL color Cylindrical-coordinate representation of color #3C9B6B: hue angle of 149.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9B6B is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 155 | 107 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.39 |
| HSL | 149.68º | 0.44% | 0.42% | - |
| HSV(B) | 149.68º | 0.61% | 0.61% | - |
| XYZ | 16.24 | 25.46 | 17.97 | - |
| YUV | 121.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 155 | 107 | 0.61 | 0 | 0.31 | 0.39 | 149.68 | 0.44 | 0.42 |
| Hex | 3C | 9B | 6B | 3D | 0 | 1F | 27 | 96 | 2C | 2A |
| Octal | 74 | 233 | 153 | 75 | 0 | 37 | 47 | 226 | 54 | 52 |
| Binary | 111100 | 10011011 | 1101011 | 111101 | 0 | 11111 | 100111 | 10010110 | 101100 | 101010 |
Color Harmonies of #3C9B6B
Complementary color
Monochromatic Colors of #3C9B6B
Black with #3C9B6B
Text Example
Text Example
White with #3C9B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9B6B; }
p { color: rgb(60,155,107); }
H1.HeaderClassName
{
color: #3C9B6B;
}
.AnyTagClassName
{
color: #3C9B6B;
}
</style>
background-color css
<style>
a { background-color: #3C9B6B; }
a { background-color: rgb(60,155,107); }
div.DivClassName
{
background-color: #3C9B6B;
}
.BgClassName
{
background-color: #3C9B6B;
}
</style>
border-color css
<style>
span { border-color: #3C9B6B; }
span { border-color: rgb(60,155,107); }
td.TdClassName
{
border-color: #3C9B6B;
}
.TagClassName
{
border-color: #3C9B6B;
}
</style>