#50635D

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

Shades of Viridian Green #50635D

Tints of Viridian Green #50635D

Color information

#50635D (or 0x50635D) is unknown color: approx Viridian Green. HEX triplet: 50, 63 and 5D. RGB value is (80,99,93). Sum of RGB (Red+Green+Blue) = 80+99+93=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 99 - color contains mainly: green. Hex color #50635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50635D is #AF9CA2. Grayscale: #5C5C5C. Windows color (decimal): -11508899 or 6120272. OLE color: 6120272.

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

Color convert

RGB809993-
CMYK0.1900.060.61
HSL161.05º10.61%35.1%-
HSV(B)161.05º19.19%38.82%-
XYZ9.7511.4212.05-
YUV92.64128.21118.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=29.41%
G=36.40%
B=34.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099930.1900.060.61161.0510.6135.1
Hex50635D13063Da1b23
Octal1201431352306752411343
Binary101000011000111011101100110110111101101000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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