#506D60

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

Shades of Viridian Green #506D60

Tints of Viridian Green #506D60

Color information

#506D60 (or 0x506D60) is unknown color: approx Viridian Green. HEX triplet: 50, 6D and 60. RGB value is (80,109,96). Sum of RGB (Red+Green+Blue) = 80+109+96=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #506D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D60 is #AF929F. Grayscale: #626262. Windows color (decimal): -11506336 or 6319440. OLE color: 6319440.

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

Color convert

RGB8010996-
CMYK0.2700.120.57
HSL153.1º15.34%37.06%-
HSV(B)153.1º26.61%42.75%-
XYZ10.8913.4913.1-
YUV98.85126.39114.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=28.07%
G=38.25%
B=33.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80109960.2700.120.57153.115.3437.06
Hex506D601B0C3999f25
Octal12015514033014712311745
Binary1010000110110111000001101101100111001100110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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