#4D816D

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

Shades of Viridian #4D816D

Tints of Viridian #4D816D

Color information

#4D816D (or 0x4D816D) is unknown color: approx Viridian. HEX triplet: 4D, 81 and 6D. RGB value is (77,129,109). Sum of RGB (Red+Green+Blue) = 77+129+109=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #4D816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D816D is #B27E92. Grayscale: #6F6F6F. Windows color (decimal): -11697811 or 7176525. OLE color: 7176525.

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

Color convert

RGB77129109-
CMYK0.4000.160.49
HSL156.92º25.24%40.39%-
HSV(B)156.92º40.31%50.59%-
XYZ13.6718.3817.3-
YUV111.17126.77103.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.44%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=24.44%
G=40.95%
B=34.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal771291090.4000.160.49156.9225.2440.39
Hex4D816D28010319d1928
Octal11520115550020612353150
Binary10011011000000111011011010000100001100011001110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,129,109); }

 H1.HeaderClassName
 {
   color: #4D816D;
 }
 .AnyTagClassName
 {
   color: #4D816D;
 }
</style>
background-color css

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

 a { background-color: rgb(77,129,109); }

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

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

 span { border-color: rgb(77,129,109); }

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