#50645D

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

Shades of Viridian Green #50645D

Tints of Viridian Green #50645D

Color information

#50645D (or 0x50645D) is unknown color: approx Viridian Green. HEX triplet: 50, 64 and 5D. RGB value is (80,100,93). Sum of RGB (Red+Green+Blue) = 80+100+93=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #50645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50645D is #AF9BA2. Grayscale: #5D5D5D. Windows color (decimal): -11508643 or 6120528. OLE color: 6120528.

HSL color Cylindrical-coordinate representation of color #50645D: hue angle of 159º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #50645D is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB8010093-
CMYK0.200.070.61
HSL159º11.11%35.29%-
HSV(B)159º20%39.22%-
XYZ9.8411.6112.08-
YUV93.22127.87118.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=29.30%
G=36.63%
B=34.07%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80100930.200.070.6115911.1135.29
Hex50645D14073D9fb23
Octal1201441352407752371343
Binary101000011001001011101101000111111101100111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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