Shades of Eucalyptus #3D936B
Tints of Eucalyptus #3D936B
RGB
CMYK
RGB Variations
Color information
#3D936B (or 0x3D936B) is known color: Eucalyptus. HEX triplet: 3D, 93 and 6B. RGB value is (61,147,107). Sum of RGB (Red+Green+Blue) = 61+147+107=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #3D936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D936B is #C26C94. Grayscale: #747474. Windows color (decimal): -12741781 or 7050045. OLE color: 7050045.
HSL color Cylindrical-coordinate representation of color #3D936B: hue angle of 152.09º degrees, saturation: 0.41, 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 #3D936B is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 147 | 107 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.42 |
| HSL | 152.09º | 0.41% | 0.41% | - |
| HSV(B) | 152.09º | 0.59% | 0.58% | - |
| XYZ | 15.01 | 22.92 | 17.54 | - |
| YUV | 116.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 147 | 107 | 0.59 | 0 | 0.27 | 0.42 | 152.09 | 0.41 | 0.41 |
| Hex | 3D | 93 | 6B | 3B | 0 | 1B | 2A | 98 | 29 | 29 |
| Octal | 75 | 223 | 153 | 73 | 0 | 33 | 52 | 230 | 51 | 51 |
| Binary | 111101 | 10010011 | 1101011 | 111011 | 0 | 11011 | 101010 | 10011000 | 101001 | 101001 |
Color Harmonies of #3D936B
Complementary color
Monochromatic Colors of #3D936B
Black with #3D936B
Text Example
Text Example
White with #3D936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D936B; }
p { color: rgb(61,147,107); }
H1.HeaderClassName
{
color: #3D936B;
}
.AnyTagClassName
{
color: #3D936B;
}
</style>
background-color css
<style>
a { background-color: #3D936B; }
a { background-color: rgb(61,147,107); }
div.DivClassName
{
background-color: #3D936B;
}
.BgClassName
{
background-color: #3D936B;
}
</style>
border-color css
<style>
span { border-color: #3D936B; }
span { border-color: rgb(61,147,107); }
td.TdClassName
{
border-color: #3D936B;
}
.TagClassName
{
border-color: #3D936B;
}
</style>