Html Css Color HEX #50635A Viridian Green

📋 copy color: '#50635A'

red 80 ◦ green 99 ◦ blue 90

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

Shades of Viridian Green #50635A

Tints of Viridian Green #50635A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 29.74%
G = 36.8%
B = 33.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#50635A (or 0x50635A) is known color: Viridian Green. HEX triplet: 50, 63 and 5A. RGB value is (80,99,90). Sum of RGB (Red+Green+Blue) = 80+99+90=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 99 - color contains mainly: green. Hex color #50635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50635A is #AF9CA5. Grayscale: #5C5C5C. Windows color (decimal): -11508902 or 5923664. OLE color: 5923664.

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

Color convert

RGB 80 99 90 -
CMYK 0.19 0 0.09 0.61
HSL 151.58º 0.11% 0.35% -
HSV(B) 151.58º 0.19% 0.39% -
XYZ 9.62 11.37 11.36 -
YUV 92.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 80 99 90 0.19 0 0.09 0.61 151.58 0.11 0.35
Hex 50 63 5A 13 0 9 3D 98 B 23
Octal 120 143 132 23 0 11 75 230 13 43
Binary 1010000 1100011 1011010 10011 0 1001 111101 10011000 1011 100011

Color Harmonies of #50635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50635A

Black with #50635A

Text Example


Text Example

White with #50635A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50635A;
 }
 .AnyTagClassName
 {
   color: #50635A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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