Html Css Color HEX #50615A Viridian Green

📋 copy color: '#50615A'

red 80 ◦ green 97 ◦ blue 90

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

Shades of Viridian Green #50615A

Tints of Viridian Green #50615A

RGB

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

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

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

R = 29.96%
G = 36.33%
B = 33.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#50615A (or 0x50615A) is known color: Viridian Green. HEX triplet: 50, 61 and 5A. RGB value is (80,97,90). Sum of RGB (Red+Green+Blue) = 80+97+90=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #50615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50615A is #AF9EA5. Grayscale: #5B5B5B. Windows color (decimal): -11509414 or 5923152. OLE color: 5923152.

HSL color Cylindrical-coordinate representation of color #50615A: hue angle of 155.29º 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 #50615A is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 90 -
CMYK 0.18 0 0.07 0.62
HSL 155.29º 0.1% 0.35% -
HSV(B) 155.29º 0.18% 0.38% -
XYZ 9.43 10.99 11.3 -
YUV 91.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 80 97 90 0.18 0 0.07 0.62 155.29 0.1 0.35
Hex 50 61 5A 12 0 7 3E 9B A 23
Octal 120 141 132 22 0 7 76 233 12 43
Binary 1010000 1100001 1011010 10010 0 111 111110 10011011 1010 100011

Color Harmonies of #50615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50615A

Black with #50615A

Text Example


Text Example

White with #50615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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