#50645E

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

Shades of Viridian Green #50645E

Tints of Viridian Green #50645E

Color information

#50645E (or 0x50645E) is unknown color: approx Viridian Green. HEX triplet: 50, 64 and 5E. RGB value is (80,100,94). Sum of RGB (Red+Green+Blue) = 80+100+94=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 100 - color contains mainly: green. Hex color #50645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50645E is #AF9BA1. Grayscale: #5D5D5D. Windows color (decimal): -11508642 or 6186064. OLE color: 6186064.

HSL color Cylindrical-coordinate representation of color #50645E: hue angle of 162º 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 #50645E is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB8010094-
CMYK0.200.060.61
HSL162º11.11%35.29%-
HSV(B)162º20%39.22%-
XYZ9.8911.6312.31-
YUV93.34128.37118.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 100 (39.45% from 255) = 36.50%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=29.20%
G=36.50%
B=34.31%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80100940.200.060.6116211.1135.29
Hex50645E14063Da2b23
Octal1201441362406752421343
Binary101000011001001011110101000110111101101000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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