Html Css Color HEX #50625A Viridian Green

📋 copy color: '#50625A'

red 80 ◦ green 98 ◦ blue 90

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

Shades of Viridian Green #50625A

Tints of Viridian Green #50625A

RGB

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

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

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

R = 29.85%
G = 36.57%
B = 33.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#50625A (or 0x50625A) is known color: Viridian Green. HEX triplet: 50, 62 and 5A. RGB value is (80,98,90). Sum of RGB (Red+Green+Blue) = 80+98+90=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #50625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50625A is #AF9DA5. Grayscale: #5B5B5B. Windows color (decimal): -11509158 or 5923408. OLE color: 5923408.

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

Color convert

RGB 80 98 90 -
CMYK 0.18 0 0.08 0.62
HSL 153.33º 0.1% 0.35% -
HSV(B) 153.33º 0.18% 0.38% -
XYZ 9.52 11.18 11.33 -
YUV 91.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 80 98 90 0.18 0 0.08 0.62 153.33 0.1 0.35
Hex 50 62 5A 12 0 8 3E 99 A 23
Octal 120 142 132 22 0 10 76 231 12 43
Binary 1010000 1100010 1011010 10010 0 1000 111110 10011001 1010 100011

Color Harmonies of #50625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50625A

Black with #50625A

Text Example


Text Example

White with #50625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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