Shades of Silver Tree #73C194
Tints of Silver Tree #73C194
RGB
CMYK
RGB Variations
Color information
#73C194 (or 0x73C194) is known color: Silver Tree. HEX triplet: 73, C1 and 94. RGB value is (115,193,148). Sum of RGB (Red+Green+Blue) = 115+193+148=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #73C194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C194 is #8C3E6B. Grayscale: #A4A4A4. Windows color (decimal): -9191020 or 9748851. OLE color: 9748851.
HSL color Cylindrical-coordinate representation of color #73C194: hue angle of 145.38º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C194 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 148 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.24 |
| HSL | 145.38º | 0.39% | 0.6% | - |
| HSV(B) | 145.38º | 0.4% | 0.76% | - |
| XYZ | 31.49 | 43.92 | 34.84 | - |
| YUV | 164.55 | 118.66 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 148 | 0.40 | 0 | 0.23 | 0.24 | 145.38 | 0.39 | 0.6 |
| Hex | 73 | C1 | 94 | 28 | 0 | 17 | 18 | 91 | 27 | 3C |
| Octal | 163 | 301 | 224 | 50 | 0 | 27 | 30 | 221 | 47 | 74 |
| Binary | 1110011 | 11000001 | 10010100 | 101000 | 0 | 10111 | 11000 | 10010001 | 100111 | 111100 |
Color Harmonies of #73C194
Complementary color
Monochromatic Colors of #73C194
Black with #73C194
Text Example
Text Example
White with #73C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C194; }
p { color: rgb(115,193,148); }
H1.HeaderClassName
{
color: #73C194;
}
.AnyTagClassName
{
color: #73C194;
}
</style>
background-color css
<style>
a { background-color: #73C194; }
a { background-color: rgb(115,193,148); }
div.DivClassName
{
background-color: #73C194;
}
.BgClassName
{
background-color: #73C194;
}
</style>
border-color css
<style>
span { border-color: #73C194; }
span { border-color: rgb(115,193,148); }
td.TdClassName
{
border-color: #73C194;
}
.TagClassName
{
border-color: #73C194;
}
</style>