#50635B

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

Shades of Viridian Green #50635B

Tints of Viridian Green #50635B

Color information

#50635B (or 0x50635B) is unknown color: approx Viridian Green. HEX triplet: 50, 63 and 5B. RGB value is (80,99,91). Sum of RGB (Red+Green+Blue) = 80+99+91=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 99 - color contains mainly: green. Hex color #50635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50635B is #AF9CA4. Grayscale: #5C5C5C. Windows color (decimal): -11508901 or 5989200. OLE color: 5989200.

HSL color Cylindrical-coordinate representation of color #50635B: hue angle of 154.74º 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 #50635B is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB809991-
CMYK0.1900.080.61
HSL154.74º10.61%35.1%-
HSV(B)154.74º19.19%38.82%-
XYZ9.6611.3811.59-
YUV92.41127.21119.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=29.63%
G=36.67%
B=33.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099910.1900.080.61154.7410.6135.1
Hex50635B13083D9bb23
Octal12014313323010752331343
Binary1010000110001110110111001101000111101100110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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