#50675E

Color #50675E Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #50675E

Tints of Viridian Green #50675E

Color information

#50675E (or 0x50675E) is unknown color: approx Viridian Green. HEX triplet: 50, 67 and 5E. RGB value is (80,103,94). Sum of RGB (Red+Green+Blue) = 80+103+94=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #50675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50675E is #AF98A1. Grayscale: #5F5F5F. Windows color (decimal): -11507874 or 6186832. OLE color: 6186832.

HSL color Cylindrical-coordinate representation of color #50675E: hue angle of 156.52º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50675E is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB8010394-
CMYK0.2200.090.60
HSL156.52º12.57%35.88%-
HSV(B)156.52º22.33%40.39%-
XYZ10.1812.2112.41-
YUV95.1127.38117.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=28.88%
G=37.18%
B=33.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103940.2200.090.60156.5212.5735.88
Hex50675E16093C9dd24
Octal12014713626011742351544
Binary1010000110011110111101011001001111100100111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50675E; }

 p { color: rgb(80,103,94); }

 H1.HeaderClassName
 {
   color: #50675E;
 }
 .AnyTagClassName
 {
   color: #50675E;
 }
</style>
background-color css

<style>
 a { background-color: #50675E; }

 a { background-color: rgb(80,103,94); }

 div.DivClassName
 {
   background-color: #50675E;
 }
 .BgClassName
 {
   background-color: #50675E;
 }
</style>
border-color css

<style>
 span { border-color: #50675E; }

 span { border-color: rgb(80,103,94); }

 td.TdClassName
 {
   border-color: #50675E;
 }
 .TagClassName
 {
   border-color: #50675E;
 }
</style>