Shades of Eucalyptus #3D9569
Tints of Eucalyptus #3D9569
RGB
CMYK
RGB Variations
Color information
#3D9569 (or 0x3D9569) is known color: Eucalyptus. HEX triplet: 3D, 95 and 69. RGB value is (61,149,105). Sum of RGB (Red+Green+Blue) = 61+149+105=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #3D9569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9569 is #C26A96. Grayscale: #757575. Windows color (decimal): -12741271 or 6919485. OLE color: 6919485.
HSL color Cylindrical-coordinate representation of color #3D9569: hue angle of 150º 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 #3D9569 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 149 | 105 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.42 |
| HSL | 150º | 0.42% | 0.41% | - |
| HSV(B) | 150º | 0.59% | 0.58% | - |
| XYZ | 15.22 | 23.51 | 17.1 | - |
| YUV | 117.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 149 | 105 | 0.59 | 0 | 0.30 | 0.42 | 150 | 0.42 | 0.41 |
| Hex | 3D | 95 | 69 | 3B | 0 | 1E | 2A | 96 | 2A | 29 |
| Octal | 75 | 225 | 151 | 73 | 0 | 36 | 52 | 226 | 52 | 51 |
| Binary | 111101 | 10010101 | 1101001 | 111011 | 0 | 11110 | 101010 | 10010110 | 101010 | 101001 |
Color Harmonies of #3D9569
Complementary color
Monochromatic Colors of #3D9569
Black with #3D9569
Text Example
Text Example
White with #3D9569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9569; }
p { color: rgb(61,149,105); }
H1.HeaderClassName
{
color: #3D9569;
}
.AnyTagClassName
{
color: #3D9569;
}
</style>
background-color css
<style>
a { background-color: #3D9569; }
a { background-color: rgb(61,149,105); }
div.DivClassName
{
background-color: #3D9569;
}
.BgClassName
{
background-color: #3D9569;
}
</style>
border-color css
<style>
span { border-color: #3D9569; }
span { border-color: rgb(61,149,105); }
td.TdClassName
{
border-color: #3D9569;
}
.TagClassName
{
border-color: #3D9569;
}
</style>