Html Css Color HEX #50635E Viridian Green

📋 copy color: '#50635E'

red 80 ◦ green 99 ◦ blue 94

#50635E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #50635E

Tints of Viridian Green #50635E

RGB

 RED value IS 80 (31.64% from 255) = 29.3%

 GREEN value IS 99 (39.06% from 255) = 36.26%

 BLUE value IS 94 (37.11% from 255) = 34.43%

R = 29.3%
G = 36.26%
B = 34.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#50635E (or 0x50635E) is known color: 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

RGB 80 99 94 -
CMYK 0.19 0 0.05 0.61
HSL 164.21º 0.11% 0.35% -
HSV(B) 164.21º 0.19% 0.39% -
XYZ 9.79 11.44 12.28 -
YUV 92.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 80 99 94 0.19 0 0.05 0.61 164.21 0.11 0.35
Hex 50 63 5E 13 0 5 3D A4 B 23
Octal 120 143 136 23 0 5 75 244 13 43
Binary 1010000 1100011 1011110 10011 0 101 111101 10100100 1011 100011

Color Harmonies of #50635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50635E

Black with #50635E

Text Example


Text Example

White with #50635E

Text Example


Text Example

HTML Codes & Css Web 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>