Html Css Color HEX #50625D Viridian Green

📋 copy color: '#50625D'

red 80 ◦ green 98 ◦ blue 93

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

Shades of Viridian Green #50625D

Tints of Viridian Green #50625D

RGB

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

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

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

R = 29.52%
G = 36.16%
B = 34.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#50625D (or 0x50625D) is known color: Viridian Green. HEX triplet: 50, 62 and 5D. RGB value is (80,98,93). Sum of RGB (Red+Green+Blue) = 80+98+93=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 98 - color contains mainly: green. Hex color #50625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50625D is #AF9DA2. Grayscale: #5C5C5C. Windows color (decimal): -11509155 or 6120016. OLE color: 6120016.

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

Color convert

RGB 80 98 93 -
CMYK 0.18 0 0.05 0.62
HSL 163.33º 0.1% 0.35% -
HSV(B) 163.33º 0.18% 0.38% -
XYZ 9.65 11.23 12.02 -
YUV 92.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 80 98 93 0.18 0 0.05 0.62 163.33 0.1 0.35
Hex 50 62 5D 12 0 5 3E A3 A 23
Octal 120 142 135 22 0 5 76 243 12 43
Binary 1010000 1100010 1011101 10010 0 101 111110 10100011 1010 100011

Color Harmonies of #50625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50625D

Black with #50625D

Text Example


Text Example

White with #50625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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