#50645F

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

Shades of Viridian Green #50645F

Tints of Viridian Green #50645F

Color information

#50645F (or 0x50645F) is unknown color: approx Viridian Green. HEX triplet: 50, 64 and 5F. RGB value is (80,100,95). Sum of RGB (Red+Green+Blue) = 80+100+95=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 100 - color contains mainly: green. Hex color #50645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50645F is #AF9BA0. Grayscale: #5D5D5D. Windows color (decimal): -11508641 or 6251600. OLE color: 6251600.

HSL color Cylindrical-coordinate representation of color #50645F: hue angle of 165º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #50645F is Cyan = 0.2, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB8010095-
CMYK0.200.050.61
HSL165º11.11%35.29%-
HSV(B)165º20%39.22%-
XYZ9.9311.6512.55-
YUV93.45128.87118.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=29.09%
G=36.36%
B=34.55%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80100950.200.050.6116511.1135.29
Hex50645F14053Da5b23
Octal1201441372405752451343
Binary101000011001001011111101000101111101101001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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