Shades of Eucalyptus #3D8E67
Tints of Eucalyptus #3D8E67
RGB
CMYK
RGB Variations
Color information
#3D8E67 (or 0x3D8E67) is known color: Eucalyptus. HEX triplet: 3D, 8E and 67. RGB value is (61,142,103). Sum of RGB (Red+Green+Blue) = 61+142+103=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8E67 is #C27198. Grayscale: #717171. Windows color (decimal): -12743065 or 6786621. OLE color: 6786621.
HSL color Cylindrical-coordinate representation of color #3D8E67: hue angle of 151.11º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8E67 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 142 | 103 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.44 |
| HSL | 151.11º | 0.4% | 0.4% | - |
| HSV(B) | 151.11º | 0.57% | 0.56% | - |
| XYZ | 14.05 | 21.32 | 16.21 | - |
| YUV | 113.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 142 | 103 | 0.57 | 0 | 0.27 | 0.44 | 151.11 | 0.4 | 0.4 |
| Hex | 3D | 8E | 67 | 39 | 0 | 1B | 2C | 97 | 28 | 28 |
| Octal | 75 | 216 | 147 | 71 | 0 | 33 | 54 | 227 | 50 | 50 |
| Binary | 111101 | 10001110 | 1100111 | 111001 | 0 | 11011 | 101100 | 10010111 | 101000 | 101000 |
Color Harmonies of #3D8E67
Complementary color
Monochromatic Colors of #3D8E67
Black with #3D8E67
Text Example
Text Example
White with #3D8E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8E67; }
p { color: rgb(61,142,103); }
H1.HeaderClassName
{
color: #3D8E67;
}
.AnyTagClassName
{
color: #3D8E67;
}
</style>
background-color css
<style>
a { background-color: #3D8E67; }
a { background-color: rgb(61,142,103); }
div.DivClassName
{
background-color: #3D8E67;
}
.BgClassName
{
background-color: #3D8E67;
}
</style>
border-color css
<style>
span { border-color: #3D8E67; }
span { border-color: rgb(61,142,103); }
td.TdClassName
{
border-color: #3D8E67;
}
.TagClassName
{
border-color: #3D8E67;
}
</style>