#506D62

Color #506D62 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #506D62

Tints of Viridian Green #506D62

Color information

#506D62 (or 0x506D62) is unknown color: approx Viridian Green. HEX triplet: 50, 6D and 62. RGB value is (80,109,98). Sum of RGB (Red+Green+Blue) = 80+109+98=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #506D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D62 is #AF929D. Grayscale: #636363. Windows color (decimal): -11506334 or 6450512. OLE color: 6450512.

HSL color Cylindrical-coordinate representation of color #506D62: hue angle of 157.24º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D62 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB8010998-
CMYK0.2700.100.57
HSL157.24º15.34%37.06%-
HSV(B)157.24º26.61%42.75%-
XYZ10.9813.5213.59-
YUV99.07127.39114.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=27.87%
G=37.98%
B=34.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80109980.2700.100.57157.2415.3437.06
Hex506D621B0A399df25
Octal12015514233012712351745
Binary1010000110110111000101101101010111001100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506D62; }

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

 H1.HeaderClassName
 {
   color: #506D62;
 }
 .AnyTagClassName
 {
   color: #506D62;
 }
</style>
background-color css

<style>
 a { background-color: #506D62; }

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

 div.DivClassName
 {
   background-color: #506D62;
 }
 .BgClassName
 {
   background-color: #506D62;
 }
</style>
border-color css

<style>
 span { border-color: #506D62; }

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

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