Html Css Color HEX #50685C Viridian Green

📋 copy color: '#50685C'

red 80 ◦ green 104 ◦ blue 92

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

Shades of Viridian Green #50685C

Tints of Viridian Green #50685C

RGB

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

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

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

R = 28.99%
G = 37.68%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#50685C (or 0x50685C) is known color: Viridian Green. HEX triplet: 50, 68 and 5C. RGB value is (80,104,92). Sum of RGB (Red+Green+Blue) = 80+104+92=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #50685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50685C is #AF97A3. Grayscale: #5F5F5F. Windows color (decimal): -11507620 or 6056016. OLE color: 6056016.

HSL color Cylindrical-coordinate representation of color #50685C: hue angle of 150º 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 #50685C is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 92 -
CMYK 0.23 0 0.12 0.59
HSL 150º 0.13% 0.36% -
HSV(B) 150º 0.23% 0.41% -
XYZ 10.19 12.38 11.98 -
YUV 95.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 80 104 92 0.23 0 0.12 0.59 150 0.13 0.36
Hex 50 68 5C 17 0 C 3B 96 D 24
Octal 120 150 134 27 0 14 73 226 15 44
Binary 1010000 1101000 1011100 10111 0 1100 111011 10010110 1101 100100

Color Harmonies of #50685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50685C

Black with #50685C

Text Example


Text Example

White with #50685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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