Html Css Color HEX #4D8B76 Viridian

📋 copy color: '#4D8B76'

red 77 ◦ green 139 ◦ blue 118

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

Shades of Viridian #4D8B76

Tints of Viridian #4D8B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.62%

 BLUE value IS 118 (46.48% from 255) = 35.33%

R = 23.05%
G = 41.62%
B = 35.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#4D8B76 (or 0x4D8B76) is known color: Viridian. HEX triplet: 4D, 8B and 76. RGB value is (77,139,118). Sum of RGB (Red+Green+Blue) = 77+139+118=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8B76 is #B27489. Grayscale: #767676. Windows color (decimal): -11695242 or 7768909. OLE color: 7768909.

HSL color Cylindrical-coordinate representation of color #4D8B76: hue angle of 159.68º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D8B76 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 139 118 -
CMYK 0.45 0 0.15 0.45
HSL 159.68º 0.29% 0.42% -
HSV(B) 159.68º 0.45% 0.55% -
XYZ 15.56 21.35 20.44 -
YUV 118.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 77 139 118 0.45 0 0.15 0.45 159.68 0.29 0.42
Hex 4D 8B 76 2D 0 F 2D A0 1D 2A
Octal 115 213 166 55 0 17 55 240 35 52
Binary 1001101 10001011 1110110 101101 0 1111 101101 10100000 11101 101010

Color Harmonies of #4D8B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8B76

Black with #4D8B76

Text Example


Text Example

White with #4D8B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,139,118); }

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

background-color css

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

 a { background-color: rgb(77,139,118); }

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

border-color css

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

 span { border-color: rgb(77,139,118); }

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