Shades of Eucalyptus #3D8B63
Tints of Eucalyptus #3D8B63
RGB
CMYK
RGB Variations
Color information
#3D8B63 (or 0x3D8B63) is known color: Eucalyptus. HEX triplet: 3D, 8B and 63. RGB value is (61,139,99). Sum of RGB (Red+Green+Blue) = 61+139+99=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #3D8B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8B63 is #C2749C. Grayscale: #6F6F6F. Windows color (decimal): -12743837 or 6523709. OLE color: 6523709.
HSL color Cylindrical-coordinate representation of color #3D8B63: hue angle of 149.23º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8B63 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 139 | 99 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.45 |
| HSL | 149.23º | 0.39% | 0.39% | - |
| HSV(B) | 149.23º | 0.56% | 0.55% | - |
| XYZ | 13.41 | 20.36 | 15.03 | - |
| YUV | 111.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 139 | 99 | 0.56 | 0 | 0.29 | 0.45 | 149.23 | 0.39 | 0.39 |
| Hex | 3D | 8B | 63 | 38 | 0 | 1D | 2D | 95 | 27 | 27 |
| Octal | 75 | 213 | 143 | 70 | 0 | 35 | 55 | 225 | 47 | 47 |
| Binary | 111101 | 10001011 | 1100011 | 111000 | 0 | 11101 | 101101 | 10010101 | 100111 | 100111 |
Color Harmonies of #3D8B63
Complementary color
Monochromatic Colors of #3D8B63
Black with #3D8B63
Text Example
Text Example
White with #3D8B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8B63; }
p { color: rgb(61,139,99); }
H1.HeaderClassName
{
color: #3D8B63;
}
.AnyTagClassName
{
color: #3D8B63;
}
</style>
background-color css
<style>
a { background-color: #3D8B63; }
a { background-color: rgb(61,139,99); }
div.DivClassName
{
background-color: #3D8B63;
}
.BgClassName
{
background-color: #3D8B63;
}
</style>
border-color css
<style>
span { border-color: #3D8B63; }
span { border-color: rgb(61,139,99); }
td.TdClassName
{
border-color: #3D8B63;
}
.TagClassName
{
border-color: #3D8B63;
}
</style>