#50605A

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

Shades of Viridian Green #50605A

Tints of Viridian Green #50605A

Color information

#50605A (or 0x50605A) is unknown color: approx Viridian Green. HEX triplet: 50, 60 and 5A. RGB value is (80,96,90). Sum of RGB (Red+Green+Blue) = 80+96+90=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #50605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50605A is #AF9FA5. Grayscale: #5A5A5A. Windows color (decimal): -11509670 or 5922896. OLE color: 5922896.

HSL color Cylindrical-coordinate representation of color #50605A: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #50605A is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB809690-
CMYK0.1700.060.62
HSL157.5º9.09%34.51%-
HSV(B)157.5º16.67%37.65%-
XYZ9.3410.8111.27-
YUV90.53127.7120.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=30.08%
G=36.09%
B=33.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096900.1700.060.62157.59.0934.51
Hex50605A11063E9d923
Octal1201401322106762351143
Binary101000011000001011010100010110111110100111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50605A; }

 p { color: rgb(80,96,90); }

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

<style>
 a { background-color: #50605A; }

 a { background-color: rgb(80,96,90); }

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

<style>
 span { border-color: #50605A; }

 span { border-color: rgb(80,96,90); }

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