#50675B

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

Shades of Viridian Green #50675B

Tints of Viridian Green #50675B

Color information

#50675B (or 0x50675B) is unknown color: approx Viridian Green. HEX triplet: 50, 67 and 5B. RGB value is (80,103,91). Sum of RGB (Red+Green+Blue) = 80+103+91=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 103 - color contains mainly: green. Hex color #50675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50675B is #AF98A4. Grayscale: #5E5E5E. Windows color (decimal): -11507877 or 5990224. OLE color: 5990224.

HSL color Cylindrical-coordinate representation of color #50675B: hue angle of 148.7º 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 #50675B is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB8010391-
CMYK0.2200.120.60
HSL148.7º12.57%35.88%-
HSV(B)148.7º22.33%40.39%-
XYZ10.0512.1611.72-
YUV94.76125.88117.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=29.20%
G=37.59%
B=33.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103910.2200.120.60148.712.5735.88
Hex50675B160C3C95d24
Octal12014713326014742251544
Binary1010000110011110110111011001100111100100101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50675B; }

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

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

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

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

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

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

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

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