#506C61

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

Shades of Viridian Green #506C61

Tints of Viridian Green #506C61

Color information

#506C61 (or 0x506C61) is unknown color: approx Viridian Green. HEX triplet: 50, 6C and 61. RGB value is (80,108,97). Sum of RGB (Red+Green+Blue) = 80+108+97=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 108 - color contains mainly: green. Hex color #506C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C61 is #AF939E. Grayscale: #626262. Windows color (decimal): -11506591 or 6384720. OLE color: 6384720.

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

Color convert

RGB8010897-
CMYK0.2600.100.58
HSL156.43º14.89%36.86%-
HSV(B)156.43º25.93%42.35%-
XYZ10.8313.2913.3-
YUV98.37127.22114.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=28.07%
G=37.89%
B=34.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80108970.2600.100.58156.4314.8936.86
Hex506C611A0A3A9cf25
Octal12015414132012722341745
Binary1010000110110011000011101001010111010100111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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