Shades of Silver Tree #74C490
Tints of Silver Tree #74C490
RGB
CMYK
RGB Variations
Color information
#74C490 (or 0x74C490) is known color: Silver Tree. HEX triplet: 74, C4 and 90. RGB value is (116,196,144). Sum of RGB (Red+Green+Blue) = 116+196+144=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #74C490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C490 is #8B3B6F. Grayscale: #A6A6A6. Windows color (decimal): -9124720 or 9487476. OLE color: 9487476.
HSL color Cylindrical-coordinate representation of color #74C490: hue angle of 141º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C490 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 196 | 144 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.23 |
| HSL | 141º | 0.4% | 0.61% | - |
| HSV(B) | 141º | 0.41% | 0.77% | - |
| XYZ | 31.98 | 45.21 | 33.43 | - |
| YUV | 166.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 196 | 144 | 0.41 | 0 | 0.27 | 0.23 | 141 | 0.4 | 0.61 |
| Hex | 74 | C4 | 90 | 29 | 0 | 1B | 17 | 8D | 28 | 3D |
| Octal | 164 | 304 | 220 | 51 | 0 | 33 | 27 | 215 | 50 | 75 |
| Binary | 1110100 | 11000100 | 10010000 | 101001 | 0 | 11011 | 10111 | 10001101 | 101000 | 111101 |
Color Harmonies of #74C490
Complementary color
Monochromatic Colors of #74C490
Black with #74C490
Text Example
Text Example
White with #74C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C490; }
p { color: rgb(116,196,144); }
H1.HeaderClassName
{
color: #74C490;
}
.AnyTagClassName
{
color: #74C490;
}
</style>
background-color css
<style>
a { background-color: #74C490; }
a { background-color: rgb(116,196,144); }
div.DivClassName
{
background-color: #74C490;
}
.BgClassName
{
background-color: #74C490;
}
</style>
border-color css
<style>
span { border-color: #74C490; }
span { border-color: rgb(116,196,144); }
td.TdClassName
{
border-color: #74C490;
}
.TagClassName
{
border-color: #74C490;
}
</style>