#50635E

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

Shades of Viridian Green #50635E

Tints of Viridian Green #50635E

Color information

#50635E (or 0x50635E) is unknown color: approx Viridian Green. HEX triplet: 50, 63 and 5E. RGB value is (80,99,94). Sum of RGB (Red+Green+Blue) = 80+99+94=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #50635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50635E is #AF9CA1. Grayscale: #5C5C5C. Windows color (decimal): -11508898 or 6185808. OLE color: 6185808.

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

Color convert

RGB809994-
CMYK0.1900.050.61
HSL164.21º10.61%35.1%-
HSV(B)164.21º19.19%38.82%-
XYZ9.7911.4412.28-
YUV92.75128.71118.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=29.30%
G=36.26%
B=34.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099940.1900.050.61164.2110.6135.1
Hex50635E13053Da4b23
Octal1201431362305752441343
Binary101000011000111011110100110101111101101001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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