Shades of Silver Tree #4DBA8A
Tints of Silver Tree #4DBA8A
RGB
CMYK
RGB Variations
Color information
#4DBA8A (or 0x4DBA8A) is known color: Silver Tree. HEX triplet: 4D, BA and 8A. RGB value is (77,186,138). Sum of RGB (Red+Green+Blue) = 77+186+138=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBA8A is #B24575. Grayscale: #949494. Windows color (decimal): -11683190 or 9091661. OLE color: 9091661.
HSL color Cylindrical-coordinate representation of color #4DBA8A: hue angle of 153.58º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBA8A is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 138 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.27 |
| HSL | 153.58º | 0.44% | 0.52% | - |
| HSV(B) | 153.58º | 0.59% | 0.73% | - |
| XYZ | 25.21 | 38.53 | 30.15 | - |
| YUV | 147.94 | 122.39 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 138 | 0.59 | 0 | 0.26 | 0.27 | 153.58 | 0.44 | 0.52 |
| Hex | 4D | BA | 8A | 3B | 0 | 1A | 1B | 9A | 2C | 34 |
| Octal | 115 | 272 | 212 | 73 | 0 | 32 | 33 | 232 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10001010 | 111011 | 0 | 11010 | 11011 | 10011010 | 101100 | 110100 |
Color Harmonies of #4DBA8A
Complementary color
Monochromatic Colors of #4DBA8A
Black with #4DBA8A
Text Example
Text Example
White with #4DBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA8A; }
p { color: rgb(77,186,138); }
H1.HeaderClassName
{
color: #4DBA8A;
}
.AnyTagClassName
{
color: #4DBA8A;
}
</style>
background-color css
<style>
a { background-color: #4DBA8A; }
a { background-color: rgb(77,186,138); }
div.DivClassName
{
background-color: #4DBA8A;
}
.BgClassName
{
background-color: #4DBA8A;
}
</style>
border-color css
<style>
span { border-color: #4DBA8A; }
span { border-color: rgb(77,186,138); }
td.TdClassName
{
border-color: #4DBA8A;
}
.TagClassName
{
border-color: #4DBA8A;
}
</style>