#506761

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

Shades of Viridian Green #506761

Tints of Viridian Green #506761

Color information

#506761 (or 0x506761) is unknown color: approx Viridian Green. HEX triplet: 50, 67 and 61. RGB value is (80,103,97). Sum of RGB (Red+Green+Blue) = 80+103+97=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #506761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506761 is #AF989E. Grayscale: #5F5F5F. Windows color (decimal): -11507871 or 6383440. OLE color: 6383440.

HSL color Cylindrical-coordinate representation of color #506761: hue angle of 164.35º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506761 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB8010397-
CMYK0.2200.060.60
HSL164.35º12.57%35.88%-
HSV(B)164.35º22.33%40.39%-
XYZ10.3212.2713.13-
YUV95.44128.88116.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=28.57%
G=36.79%
B=34.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103970.2200.060.60164.3512.5735.88
Hex50676116063Ca4d24
Octal1201471412606742441544
Binary101000011001111100001101100110111100101001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506761; }

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

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

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

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

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

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

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

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