#4D8B76

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

Shades of Viridian #4D8B76

Tints of Viridian #4D8B76

Color information

#4D8B76 (or 0x4D8B76) is unknown color: approx 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

RGB77139118-
CMYK0.4500.150.45
HSL159.68º28.7%42.35%-
HSV(B)159.68º44.6%54.51%-
XYZ15.5621.3520.44-
YUV118.07127.9698.71-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal771391180.4500.150.45159.6828.742.35
Hex4D8B762D0F2Da01d2a
Octal11521316655017552403552
Binary1001101100010111110110101101011111011011010000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>