Html Css Color HEX #4D8071 Viridian

📋 copy color: '#4D8071'

red 77 ◦ green 128 ◦ blue 113

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

Shades of Viridian #4D8071

Tints of Viridian #4D8071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.25%

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 24.21%
G = 40.25%
B = 35.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#4D8071 (or 0x4D8071) is known color: Viridian. HEX triplet: 4D, 80 and 71. RGB value is (77,128,113). Sum of RGB (Red+Green+Blue) = 77+128+113=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8071 is #B27F8E. Grayscale: #6F6F6F. Windows color (decimal): -11698063 or 7438413. OLE color: 7438413.

HSL color Cylindrical-coordinate representation of color #4D8071: hue angle of 162.35º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D8071 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 128 113 -
CMYK 0.40 0 0.12 0.50
HSL 162.35º 0.25% 0.4% -
HSV(B) 162.35º 0.4% 0.5% -
XYZ 13.76 18.21 18.41 -
YUV 111.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 77 128 113 0.40 0 0.12 0.50 162.35 0.25 0.4
Hex 4D 80 71 28 0 C 32 A2 19 28
Octal 115 200 161 50 0 14 62 242 31 50
Binary 1001101 10000000 1110001 101000 0 1100 110010 10100010 11001 101000

Color Harmonies of #4D8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8071

Black with #4D8071

Text Example


Text Example

White with #4D8071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,128,113); }

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

background-color css

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

 a { background-color: rgb(77,128,113); }

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

border-color css

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

 span { border-color: rgb(77,128,113); }

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