#73C194

Color #73C194 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #73C194

Tints of Silver Tree #73C194

Color information

#73C194 (or 0x73C194) is unknown color: approx 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

RGB115193148-
CMYK0.4000.230.24
HSL145.38º38.61%60.39%-
HSV(B)145.38º40.41%75.69%-
XYZ31.4943.9234.84-
YUV164.55118.6692.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 25.22%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=25.22%
G=42.32%
B=32.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151931480.4000.230.24145.3838.6160.39
Hex73C194280171891273c
Octal16330122450027302214774
Binary111001111000001100101001010000101111100010010001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>