Shades of Eucalyptus #3D9768
Tints of Eucalyptus #3D9768
RGB
CMYK
RGB Variations
Color information
#3D9768 (or 0x3D9768) is known color: Eucalyptus. HEX triplet: 3D, 97 and 68. RGB value is (61,151,104). Sum of RGB (Red+Green+Blue) = 61+151+104=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #3D9768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9768 is #C26897. Grayscale: #767676. Windows color (decimal): -12740760 or 6854461. OLE color: 6854461.
HSL color Cylindrical-coordinate representation of color #3D9768: hue angle of 148.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9768 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 151 | 104 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.41 |
| HSL | 148.67º | 0.42% | 0.42% | - |
| HSV(B) | 148.67º | 0.6% | 0.59% | - |
| XYZ | 15.49 | 24.12 | 16.94 | - |
| YUV | 118.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 151 | 104 | 0.60 | 0 | 0.31 | 0.41 | 148.67 | 0.42 | 0.42 |
| Hex | 3D | 97 | 68 | 3C | 0 | 1F | 29 | 95 | 2A | 2A |
| Octal | 75 | 227 | 150 | 74 | 0 | 37 | 51 | 225 | 52 | 52 |
| Binary | 111101 | 10010111 | 1101000 | 111100 | 0 | 11111 | 101001 | 10010101 | 101010 | 101010 |
Color Harmonies of #3D9768
Complementary color
Monochromatic Colors of #3D9768
Black with #3D9768
Text Example
Text Example
White with #3D9768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9768; }
p { color: rgb(61,151,104); }
H1.HeaderClassName
{
color: #3D9768;
}
.AnyTagClassName
{
color: #3D9768;
}
</style>
background-color css
<style>
a { background-color: #3D9768; }
a { background-color: rgb(61,151,104); }
div.DivClassName
{
background-color: #3D9768;
}
.BgClassName
{
background-color: #3D9768;
}
</style>
border-color css
<style>
span { border-color: #3D9768; }
span { border-color: rgb(61,151,104); }
td.TdClassName
{
border-color: #3D9768;
}
.TagClassName
{
border-color: #3D9768;
}
</style>