#50655B

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

Shades of Viridian Green #50655B

Tints of Viridian Green #50655B

Color information

#50655B (or 0x50655B) is unknown color: approx Viridian Green. HEX triplet: 50, 65 and 5B. RGB value is (80,101,91). Sum of RGB (Red+Green+Blue) = 80+101+91=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #50655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50655B is #AF9AA4. Grayscale: #5D5D5D. Windows color (decimal): -11508389 or 5989712. OLE color: 5989712.

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

Color convert

RGB8010191-
CMYK0.2100.100.60
HSL151.43º11.6%35.49%-
HSV(B)151.43º20.79%39.61%-
XYZ9.8511.7711.65-
YUV93.58126.54118.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.41%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=29.41%
G=37.13%
B=33.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101910.2100.100.60151.4311.635.49
Hex50655B150A3C97c23
Octal12014513325012742271443
Binary1010000110010110110111010101010111100100101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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