#50655C

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

Shades of Viridian Green #50655C

Tints of Viridian Green #50655C

Color information

#50655C (or 0x50655C) is unknown color: approx Viridian Green. HEX triplet: 50, 65 and 5C. RGB value is (80,101,92). Sum of RGB (Red+Green+Blue) = 80+101+92=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #50655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50655C is #AF9AA3. Grayscale: #5D5D5D. Windows color (decimal): -11508388 or 6055248. OLE color: 6055248.

HSL color Cylindrical-coordinate representation of color #50655C: hue angle of 154.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50655C is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB8010192-
CMYK0.2100.090.60
HSL154.29º11.6%35.49%-
HSV(B)154.29º20.79%39.61%-
XYZ9.8911.7911.88-
YUV93.7127.04118.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=29.30%
G=37.00%
B=33.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101920.2100.090.60154.2911.635.49
Hex50655C15093C9ac23
Octal12014513425011742321443
Binary1010000110010110111001010101001111100100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50655C; }

 p { color: rgb(80,101,92); }

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

<style>
 a { background-color: #50655C; }

 a { background-color: rgb(80,101,92); }

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

<style>
 span { border-color: #50655C; }

 span { border-color: rgb(80,101,92); }

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