Html Css Color HEX #50625B Viridian Green

📋 copy color: '#50625B'

red 80 ◦ green 98 ◦ blue 91

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

Shades of Viridian Green #50625B

Tints of Viridian Green #50625B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.43%

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 29.74%
G = 36.43%
B = 33.83%

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

#50625B (or 0x50625B) is known color: Viridian Green. HEX triplet: 50, 62 and 5B. RGB value is (80,98,91). Sum of RGB (Red+Green+Blue) = 80+98+91=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #50625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50625B is #AF9DA4. Grayscale: #5B5B5B. Windows color (decimal): -11509157 or 5988944. OLE color: 5988944.

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

Color convert

RGB 80 98 91 -
CMYK 0.18 0 0.07 0.62
HSL 156.67º 0.1% 0.35% -
HSV(B) 156.67º 0.18% 0.38% -
XYZ 9.56 11.2 11.55 -
YUV 91.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 80 98 91 0.18 0 0.07 0.62 156.67 0.1 0.35
Hex 50 62 5B 12 0 7 3E 9D A 23
Octal 120 142 133 22 0 7 76 235 12 43
Binary 1010000 1100010 1011011 10010 0 111 111110 10011101 1010 100011

Color Harmonies of #50625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50625B

Black with #50625B

Text Example


Text Example

White with #50625B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50625B; }

 p { color: rgb(80,98,91); }

 H1.HeaderClassName
 {
   color: #50625B;
 }
 .AnyTagClassName
 {
   color: #50625B;
 }
</style>

background-color css

<style>
 a { background-color: #50625B; }

 a { background-color: rgb(80,98,91); }

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

border-color css

<style>
 span { border-color: #50625B; }

 span { border-color: rgb(80,98,91); }

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