#50665E

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

Shades of Viridian Green #50665E

Tints of Viridian Green #50665E

Color information

#50665E (or 0x50665E) is unknown color: approx Viridian Green. HEX triplet: 50, 66 and 5E. RGB value is (80,102,94). Sum of RGB (Red+Green+Blue) = 80+102+94=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #50665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50665E is #AF99A1. Grayscale: #5E5E5E. Windows color (decimal): -11508130 or 6186576. OLE color: 6186576.

HSL color Cylindrical-coordinate representation of color #50665E: hue angle of 158.18º degrees, saturation: 0.12, 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 #50665E is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB8010294-
CMYK0.2200.080.6
HSL158.18º12.09%35.69%-
HSV(B)158.18º21.57%40%-
XYZ10.0812.0212.38-
YUV94.51127.71117.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=28.99%
G=36.96%
B=34.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102940.2200.080.6158.1812.0935.69
Hex50665E16083C9ec24
Octal12014613626010742361444
Binary1010000110011010111101011001000111100100111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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