#506A5E

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

Shades of Viridian Green #506A5E

Tints of Viridian Green #506A5E

Color information

#506A5E (or 0x506A5E) is unknown color: approx Viridian Green. HEX triplet: 50, 6A and 5E. RGB value is (80,106,94). Sum of RGB (Red+Green+Blue) = 80+106+94=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 106 - color contains mainly: green. Hex color #506A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A5E is #AF95A1. Grayscale: #606060. Windows color (decimal): -11507106 or 6187600. OLE color: 6187600.

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

Color convert

RGB8010694-
CMYK0.2500.110.58
HSL152.31º13.98%36.47%-
HSV(B)152.31º24.53%41.57%-
XYZ10.4812.8212.51-
YUV96.86126.39115.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=28.57%
G=37.86%
B=33.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80106940.2500.110.58152.3113.9836.47
Hex506A5E190B3A98e24
Octal12015213631013722301644
Binary1010000110101010111101100101011111010100110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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