#50655F

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

Shades of Viridian Green #50655F

Tints of Viridian Green #50655F

Color information

#50655F (or 0x50655F) is unknown color: approx Viridian Green. HEX triplet: 50, 65 and 5F. RGB value is (80,101,95). Sum of RGB (Red+Green+Blue) = 80+101+95=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 101 - color contains mainly: green. Hex color #50655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50655F is #AF9AA0. Grayscale: #5E5E5E. Windows color (decimal): -11508385 or 6251856. OLE color: 6251856.

HSL color Cylindrical-coordinate representation of color #50655F: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #50655F is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB8010195-
CMYK0.2100.060.60
HSL162.86º11.6%35.49%-
HSV(B)162.86º20.79%39.61%-
XYZ10.0311.8412.58-
YUV94.04128.54117.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=28.99%
G=36.59%
B=34.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101950.2100.060.60162.8611.635.49
Hex50655F15063Ca3c23
Octal1201451372506742431443
Binary101000011001011011111101010110111100101000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50655F; }

 p { color: rgb(80,101,95); }

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

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

 a { background-color: rgb(80,101,95); }

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

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

 span { border-color: rgb(80,101,95); }

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