#50695E

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

Shades of Viridian Green #50695E

Tints of Viridian Green #50695E

Color information

#50695E (or 0x50695E) is unknown color: approx Viridian Green. HEX triplet: 50, 69 and 5E. RGB value is (80,105,94). Sum of RGB (Red+Green+Blue) = 80+105+94=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #50695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50695E is #AF96A1. Grayscale: #606060. Windows color (decimal): -11507362 or 6187344. OLE color: 6187344.

HSL color Cylindrical-coordinate representation of color #50695E: hue angle of 153.6º 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 #50695E is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB8010594-
CMYK0.2400.100.59
HSL153.6º13.51%36.27%-
HSV(B)153.6º23.81%41.18%-
XYZ10.3812.6212.48-
YUV96.27126.72116.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=28.67%
G=37.63%
B=33.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105940.2400.100.59153.613.5136.27
Hex50695E180A3B9ae24
Octal12015113630012732321644
Binary1010000110100110111101100001010111011100110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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