#506D61

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

Shades of Viridian Green #506D61

Tints of Viridian Green #506D61

Color information

#506D61 (or 0x506D61) is unknown color: approx Viridian Green. HEX triplet: 50, 6D and 61. RGB value is (80,109,97). Sum of RGB (Red+Green+Blue) = 80+109+97=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #506D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D61 is #AF929E. Grayscale: #626262. Windows color (decimal): -11506335 or 6384976. OLE color: 6384976.

HSL color Cylindrical-coordinate representation of color #506D61: hue angle of 155.17º 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 #506D61 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB8010997-
CMYK0.2700.110.57
HSL155.17º15.34%37.06%-
HSV(B)155.17º26.61%42.75%-
XYZ10.9313.5113.34-
YUV98.96126.89114.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=27.97%
G=38.11%
B=33.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80109970.2700.110.57155.1715.3437.06
Hex506D611B0B399bf25
Octal12015514133013712331745
Binary1010000110110111000011101101011111001100110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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