#4D5B54

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

Shades of Viridian Green #4D5B54

Tints of Viridian Green #4D5B54

Color information

#4D5B54 (or 0x4D5B54) is unknown color: approx Viridian Green. HEX triplet: 4D, 5B and 54. RGB value is (77,91,84). Sum of RGB (Red+Green+Blue) = 77+91+84=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 91 - color contains mainly: green. Hex color #4D5B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5B54 is #B2A4AB. Grayscale: #565656. Windows color (decimal): -11707564 or 5528397. OLE color: 5528397.

HSL color Cylindrical-coordinate representation of color #4D5B54: hue angle of 150º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4D5B54 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB779184-
CMYK0.1500.080.64
HSL150º8.33%32.94%-
HSV(B)150º15.38%35.69%-
XYZ8.49.79.82-
YUV86.02126.86121.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=30.56%
G=36.11%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7791840.1500.080.641508.3332.94
Hex4D5B54F084096821
Octal115133124170101002261041
Binary1001101101101110101001111010001000000100101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D5B54; }

 p { color: rgb(77,91,84); }

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

<style>
 a { background-color: #4D5B54; }

 a { background-color: rgb(77,91,84); }

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

<style>
 span { border-color: #4D5B54; }

 span { border-color: rgb(77,91,84); }

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