#50695C

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

Shades of Viridian Green #50695C

Tints of Viridian Green #50695C

Color information

#50695C (or 0x50695C) is unknown color: approx Viridian Green. HEX triplet: 50, 69 and 5C. RGB value is (80,105,92). Sum of RGB (Red+Green+Blue) = 80+105+92=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #50695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50695C is #AF96A3. Grayscale: #606060. Windows color (decimal): -11507364 or 6056272. OLE color: 6056272.

HSL color Cylindrical-coordinate representation of color #50695C: hue angle of 148.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50695C is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB8010592-
CMYK0.2400.120.59
HSL148.8º13.51%36.27%-
HSV(B)148.8º23.81%41.18%-
XYZ10.2912.5812.01-
YUV96.04125.72116.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=28.88%
G=37.91%
B=33.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105920.2400.120.59148.813.5136.27
Hex50695C180C3B95e24
Octal12015113430014732251644
Binary1010000110100110111001100001100111011100101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50695C; }

 p { color: rgb(80,105,92); }

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

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

 a { background-color: rgb(80,105,92); }

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

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

 span { border-color: rgb(80,105,92); }

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