Html Css Color HEX #50685D Viridian Green

📋 copy color: '#50685D'

red 80 ◦ green 104 ◦ blue 93

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

Shades of Viridian Green #50685D

Tints of Viridian Green #50685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.55%

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

R = 28.88%
G = 37.55%
B = 33.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#50685D (or 0x50685D) is known color: Viridian Green. HEX triplet: 50, 68 and 5D. RGB value is (80,104,93). Sum of RGB (Red+Green+Blue) = 80+104+93=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #50685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50685D is #AF97A2. Grayscale: #5F5F5F. Windows color (decimal): -11507619 or 6121552. OLE color: 6121552.

HSL color Cylindrical-coordinate representation of color #50685D: hue angle of 152.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #50685D is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 93 -
CMYK 0.23 0 0.11 0.59
HSL 152.5º 0.13% 0.36% -
HSV(B) 152.5º 0.23% 0.41% -
XYZ 10.23 12.4 12.21 -
YUV 95.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 80 104 93 0.23 0 0.11 0.59 152.5 0.13 0.36
Hex 50 68 5D 17 0 B 3B 98 D 24
Octal 120 150 135 27 0 13 73 230 15 44
Binary 1010000 1101000 1011101 10111 0 1011 111011 10011000 1101 100100

Color Harmonies of #50685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50685D

Black with #50685D

Text Example


Text Example

White with #50685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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