#506A60

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

Shades of Viridian Green #506A60

Tints of Viridian Green #506A60

Color information

#506A60 (or 0x506A60) is unknown color: approx Viridian Green. HEX triplet: 50, 6A and 60. RGB value is (80,106,96). Sum of RGB (Red+Green+Blue) = 80+106+96=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #506A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A60 is #AF959F. Grayscale: #616161. Windows color (decimal): -11507104 or 6318672. OLE color: 6318672.

HSL color Cylindrical-coordinate representation of color #506A60: hue angle of 156.92º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506A60 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB8010696-
CMYK0.2500.090.58
HSL156.92º13.98%36.47%-
HSV(B)156.92º24.53%41.57%-
XYZ10.5712.8612.99-
YUV97.09127.39115.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=28.37%
G=37.59%
B=34.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80106960.2500.090.58156.9213.9836.47
Hex506A6019093A9de24
Octal12015214031011722351644
Binary1010000110101011000001100101001111010100111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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