Html Css Color HEX #50625C Viridian Green

📋 copy color: '#50625C'

red 80 ◦ green 98 ◦ blue 92

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

Shades of Viridian Green #50625C

Tints of Viridian Green #50625C

RGB

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

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

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

R = 29.63%
G = 36.3%
B = 34.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#50625C (or 0x50625C) is known color: Viridian Green. HEX triplet: 50, 62 and 5C. RGB value is (80,98,92). Sum of RGB (Red+Green+Blue) = 80+98+92=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #50625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50625C is #AF9DA3. Grayscale: #5B5B5B. Windows color (decimal): -11509156 or 6054480. OLE color: 6054480.

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

Color convert

RGB 80 98 92 -
CMYK 0.18 0 0.06 0.62
HSL 160º 0.1% 0.35% -
HSV(B) 160º 0.18% 0.38% -
XYZ 9.61 11.21 11.78 -
YUV 91.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 80 98 92 0.18 0 0.06 0.62 160 0.1 0.35
Hex 50 62 5C 12 0 6 3E A0 A 23
Octal 120 142 134 22 0 6 76 240 12 43
Binary 1010000 1100010 1011100 10010 0 110 111110 10100000 1010 100011

Color Harmonies of #50625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50625C

Black with #50625C

Text Example


Text Example

White with #50625C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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