Html Css Color HEX #50615D Viridian Green

📋 copy color: '#50615D'

red 80 ◦ green 97 ◦ blue 93

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

Shades of Viridian Green #50615D

Tints of Viridian Green #50615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 29.63%
G = 35.93%
B = 34.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#50615D (or 0x50615D) is known color: Viridian Green. HEX triplet: 50, 61 and 5D. RGB value is (80,97,93). Sum of RGB (Red+Green+Blue) = 80+97+93=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #50615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50615D is #AF9EA2. Grayscale: #5B5B5B. Windows color (decimal): -11509411 or 6119760. OLE color: 6119760.

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

Color convert

RGB 80 97 93 -
CMYK 0.18 0 0.04 0.62
HSL 165.88º 0.1% 0.35% -
HSV(B) 165.88º 0.18% 0.38% -
XYZ 9.56 11.05 11.98 -
YUV 91.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 80 97 93 0.18 0 0.04 0.62 165.88 0.1 0.35
Hex 50 61 5D 12 0 4 3E A6 A 23
Octal 120 141 135 22 0 4 76 246 12 43
Binary 1010000 1100001 1011101 10010 0 100 111110 10100110 1010 100011

Color Harmonies of #50615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50615D

Black with #50615D

Text Example


Text Example

White with #50615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50615D; }

 p { color: rgb(80,97,93); }

 H1.HeaderClassName
 {
   color: #50615D;
 }
 .AnyTagClassName
 {
   color: #50615D;
 }
</style>

background-color css

<style>
 a { background-color: #50615D; }

 a { background-color: rgb(80,97,93); }

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

border-color css

<style>
 span { border-color: #50615D; }

 span { border-color: rgb(80,97,93); }

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