Html Css Color HEX #4D5E55 Viridian Green

📋 copy color: '#4D5E55'

red 77 ◦ green 94 ◦ blue 85

#4D5E55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #4D5E55

Tints of Viridian Green #4D5E55

RGB

 RED value IS 77 (30.47% from 255) = 30.08%

 GREEN value IS 94 (37.11% from 255) = 36.72%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 30.08%
G = 36.72%
B = 33.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.63

RGB Variations

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

Color information

#4D5E55 (or 0x4D5E55) is known color: Viridian Green. HEX triplet: 4D, 5E and 55. RGB value is (77,94,85). Sum of RGB (Red+Green+Blue) = 77+94+85=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 94 - color contains mainly: green. Hex color #4D5E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5E55 is #B2A1AA. Grayscale: #575757. Windows color (decimal): -11706795 or 5594701. OLE color: 5594701.

HSL color Cylindrical-coordinate representation of color #4D5E55: hue angle of 148.24º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D5E55 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 94 85 -
CMYK 0.18 0 0.10 0.63
HSL 148.24º 0.1% 0.34% -
HSV(B) 148.24º 0.18% 0.37% -
XYZ 8.7 10.24 10.11 -
YUV 87.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 77 94 85 0.18 0 0.10 0.63 148.24 0.1 0.34
Hex 4D 5E 55 12 0 A 3F 94 A 22
Octal 115 136 125 22 0 12 77 224 12 42
Binary 1001101 1011110 1010101 10010 0 1010 111111 10010100 1010 100010

Color Harmonies of #4D5E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5E55

Black with #4D5E55

Text Example


Text Example

White with #4D5E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,94,85); }

 H1.HeaderClassName
 {
   color: #4D5E55;
 }
 .AnyTagClassName
 {
   color: #4D5E55;
 }
</style>

background-color css

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

 a { background-color: rgb(77,94,85); }

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

border-color css

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

 span { border-color: rgb(77,94,85); }

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