#50615D

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

Shades of Viridian Green #50615D

Tints of Viridian Green #50615D

Color information

#50615D (or 0x50615D) is unknown color: approx Viridian Green. HEX triplet: 50, 61 and 5D. RGB value is (80,97,93). Sum of RGB (Red+Green+Blue) = 80+97+93=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #50615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50615D is #AF9EA2. Grayscale: #5B5B5B. Windows color (decimal): -11509411 or 6119760. OLE color: 6119760.

HSL color Cylindrical-coordinate representation of color #50615D: hue angle of 165.88º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #50615D is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB809793-
CMYK0.1800.040.62
HSL165.88º9.6%34.71%-
HSV(B)165.88º17.53%38.04%-
XYZ9.5611.0511.98-
YUV91.46128.87119.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=29.63%
G=35.93%
B=34.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097930.1800.040.62165.889.634.71
Hex50615D12043Ea6a23
Octal1201411352204762461243
Binary101000011000011011101100100100111110101001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50615D; }

 p { color: rgb(80,97,93); }

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

<style>
 a { background-color: #50615D; }

 a { background-color: rgb(80,97,93); }

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

<style>
 span { border-color: #50615D; }

 span { border-color: rgb(80,97,93); }

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