Shades of Eucalyptus #3D9F6C
Tints of Eucalyptus #3D9F6C
RGB
CMYK
RGB Variations
Color information
#3D9F6C (or 0x3D9F6C) is known color: Eucalyptus. HEX triplet: 3D, 9F and 6C. RGB value is (61,159,108). Sum of RGB (Red+Green+Blue) = 61+159+108=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #3D9F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9F6C is #C26093. Grayscale: #7B7B7B. Windows color (decimal): -12738708 or 7118653. OLE color: 7118653.
HSL color Cylindrical-coordinate representation of color #3D9F6C: hue angle of 148.78º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D9F6C is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 159 | 108 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.38 |
| HSL | 148.78º | 0.45% | 0.43% | - |
| HSV(B) | 148.78º | 0.62% | 0.62% | - |
| XYZ | 17.03 | 26.87 | 18.48 | - |
| YUV | 123.88 | 119.03 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 159 | 108 | 0.62 | 0 | 0.32 | 0.38 | 148.78 | 0.45 | 0.43 |
| Hex | 3D | 9F | 6C | 3E | 0 | 20 | 26 | 95 | 2D | 2B |
| Octal | 75 | 237 | 154 | 76 | 0 | 40 | 46 | 225 | 55 | 53 |
| Binary | 111101 | 10011111 | 1101100 | 111110 | 0 | 100000 | 100110 | 10010101 | 101101 | 101011 |
Color Harmonies of #3D9F6C
Complementary color
Monochromatic Colors of #3D9F6C
Black with #3D9F6C
Text Example
Text Example
White with #3D9F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9F6C; }
p { color: rgb(61,159,108); }
H1.HeaderClassName
{
color: #3D9F6C;
}
.AnyTagClassName
{
color: #3D9F6C;
}
</style>
background-color css
<style>
a { background-color: #3D9F6C; }
a { background-color: rgb(61,159,108); }
div.DivClassName
{
background-color: #3D9F6C;
}
.BgClassName
{
background-color: #3D9F6C;
}
</style>
border-color css
<style>
span { border-color: #3D9F6C; }
span { border-color: rgb(61,159,108); }
td.TdClassName
{
border-color: #3D9F6C;
}
.TagClassName
{
border-color: #3D9F6C;
}
</style>