Shades of Eucalyptus #3D976B
Tints of Eucalyptus #3D976B
RGB
CMYK
RGB Variations
Color information
#3D976B (or 0x3D976B) is known color: Eucalyptus. HEX triplet: 3D, 97 and 6B. RGB value is (61,151,107). Sum of RGB (Red+Green+Blue) = 61+151+107=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #3D976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D976B is #C26894. Grayscale: #777777. Windows color (decimal): -12740757 or 7051069. OLE color: 7051069.
HSL color Cylindrical-coordinate representation of color #3D976B: hue angle of 150.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 #3D976B is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 151 | 107 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.41 |
| HSL | 150.67º | 0.42% | 0.42% | - |
| HSV(B) | 150.67º | 0.6% | 0.59% | - |
| XYZ | 15.64 | 24.19 | 17.75 | - |
| YUV | 119.07 | 121.18 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 151 | 107 | 0.60 | 0 | 0.29 | 0.41 | 150.67 | 0.42 | 0.42 |
| Hex | 3D | 97 | 6B | 3C | 0 | 1D | 29 | 97 | 2A | 2A |
| Octal | 75 | 227 | 153 | 74 | 0 | 35 | 51 | 227 | 52 | 52 |
| Binary | 111101 | 10010111 | 1101011 | 111100 | 0 | 11101 | 101001 | 10010111 | 101010 | 101010 |
Color Harmonies of #3D976B
Complementary color
Monochromatic Colors of #3D976B
Black with #3D976B
Text Example
Text Example
White with #3D976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D976B; }
p { color: rgb(61,151,107); }
H1.HeaderClassName
{
color: #3D976B;
}
.AnyTagClassName
{
color: #3D976B;
}
</style>
background-color css
<style>
a { background-color: #3D976B; }
a { background-color: rgb(61,151,107); }
div.DivClassName
{
background-color: #3D976B;
}
.BgClassName
{
background-color: #3D976B;
}
</style>
border-color css
<style>
span { border-color: #3D976B; }
span { border-color: rgb(61,151,107); }
td.TdClassName
{
border-color: #3D976B;
}
.TagClassName
{
border-color: #3D976B;
}
</style>