Html Css Color HEX #4D8373 Viridian

📋 copy color: '#4D8373'

red 77 ◦ green 131 ◦ blue 115

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

Shades of Viridian #4D8373

Tints of Viridian #4D8373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 23.84%
G = 40.56%
B = 35.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#4D8373 (or 0x4D8373) is known color: Viridian. HEX triplet: 4D, 83 and 73. RGB value is (77,131,115). Sum of RGB (Red+Green+Blue) = 77+131+115=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #4D8373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8373 is #B27C8C. Grayscale: #717171. Windows color (decimal): -11697293 or 7570253. OLE color: 7570253.

HSL color Cylindrical-coordinate representation of color #4D8373: hue angle of 162.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D8373 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 131 115 -
CMYK 0.41 0 0.12 0.49
HSL 162.22º 0.26% 0.41% -
HSV(B) 162.22º 0.41% 0.51% -
XYZ 14.27 19.05 19.14 -
YUV 113.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 77 131 115 0.41 0 0.12 0.49 162.22 0.26 0.41
Hex 4D 83 73 29 0 C 31 A2 1A 29
Octal 115 203 163 51 0 14 61 242 32 51
Binary 1001101 10000011 1110011 101001 0 1100 110001 10100010 11010 101001

Color Harmonies of #4D8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8373

Black with #4D8373

Text Example


Text Example

White with #4D8373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,131,115); }

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

background-color css

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

 a { background-color: rgb(77,131,115); }

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

border-color css

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

 span { border-color: rgb(77,131,115); }

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