Html Css Color HEX #50605C Viridian Green

📋 copy color: '#50605C'

red 80 ◦ green 96 ◦ blue 92

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

Shades of Viridian Green #50605C

Tints of Viridian Green #50605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.82%

 BLUE value IS 92 (36.33% from 255) = 34.33%

R = 29.85%
G = 35.82%
B = 34.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#50605C (or 0x50605C) is known color: Viridian Green. HEX triplet: 50, 60 and 5C. RGB value is (80,96,92). Sum of RGB (Red+Green+Blue) = 80+96+92=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 96 - color contains mainly: green. Hex color #50605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50605C is #AF9FA3. Grayscale: #5A5A5A. Windows color (decimal): -11509668 or 6053968. OLE color: 6053968.

HSL color Cylindrical-coordinate representation of color #50605C: hue angle of 165º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #50605C is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 92 -
CMYK 0.17 0 0.04 0.62
HSL 165º 0.09% 0.35% -
HSV(B) 165º 0.17% 0.38% -
XYZ 9.42 10.84 11.72 -
YUV 90.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 80 96 92 0.17 0 0.04 0.62 165 0.09 0.35
Hex 50 60 5C 11 0 4 3E A5 9 23
Octal 120 140 134 21 0 4 76 245 11 43
Binary 1010000 1100000 1011100 10001 0 100 111110 10100101 1001 100011

Color Harmonies of #50605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50605C

Black with #50605C

Text Example


Text Example

White with #50605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50605C; }

 p { color: rgb(80,96,92); }

 H1.HeaderClassName
 {
   color: #50605C;
 }
 .AnyTagClassName
 {
   color: #50605C;
 }
</style>

background-color css

<style>
 a { background-color: #50605C; }

 a { background-color: rgb(80,96,92); }

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

border-color css

<style>
 span { border-color: #50605C; }

 span { border-color: rgb(80,96,92); }

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