Shades of Silver Tree #73C298
Tints of Silver Tree #73C298
RGB
CMYK
RGB Variations
Color information
#73C298 (or 0x73C298) is known color: Silver Tree. HEX triplet: 73, C2 and 98. RGB value is (115,194,152). Sum of RGB (Red+Green+Blue) = 115+194+152=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #73C298 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C298 is #8C3D67. Grayscale: #A5A5A5. Windows color (decimal): -9190760 or 10011251. OLE color: 10011251.
HSL color Cylindrical-coordinate representation of color #73C298: hue angle of 148.1º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C298 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 194 | 152 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.24 |
| HSL | 148.1º | 0.39% | 0.61% | - |
| HSV(B) | 148.1º | 0.41% | 0.76% | - |
| XYZ | 32.03 | 44.5 | 36.61 | - |
| YUV | 165.59 | 120.33 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 194 | 152 | 0.41 | 0 | 0.22 | 0.24 | 148.1 | 0.39 | 0.61 |
| Hex | 73 | C2 | 98 | 29 | 0 | 16 | 18 | 94 | 27 | 3D |
| Octal | 163 | 302 | 230 | 51 | 0 | 26 | 30 | 224 | 47 | 75 |
| Binary | 1110011 | 11000010 | 10011000 | 101001 | 0 | 10110 | 11000 | 10010100 | 100111 | 111101 |
Color Harmonies of #73C298
Complementary color
Monochromatic Colors of #73C298
Black with #73C298
Text Example
Text Example
White with #73C298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C298; }
p { color: rgb(115,194,152); }
H1.HeaderClassName
{
color: #73C298;
}
.AnyTagClassName
{
color: #73C298;
}
</style>
background-color css
<style>
a { background-color: #73C298; }
a { background-color: rgb(115,194,152); }
div.DivClassName
{
background-color: #73C298;
}
.BgClassName
{
background-color: #73C298;
}
</style>
border-color css
<style>
span { border-color: #73C298; }
span { border-color: rgb(115,194,152); }
td.TdClassName
{
border-color: #73C298;
}
.TagClassName
{
border-color: #73C298;
}
</style>