#4D816C

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

Shades of Viridian #4D816C

Tints of Viridian #4D816C

Color information

#4D816C (or 0x4D816C) is unknown color: approx Viridian. HEX triplet: 4D, 81 and 6C. RGB value is (77,129,108). Sum of RGB (Red+Green+Blue) = 77+129+108=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #4D816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D816C is #B27E93. Grayscale: #6F6F6F. Windows color (decimal): -11697812 or 7110989. OLE color: 7110989.

HSL color Cylindrical-coordinate representation of color #4D816C: hue angle of 155.77º 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 #4D816C is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB77129108-
CMYK0.4000.160.49
HSL155.77º25.24%40.39%-
HSV(B)155.77º40.31%50.59%-
XYZ13.6218.3617.01-
YUV111.06126.27103.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.52%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=24.52%
G=41.08%
B=34.39%

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
Decimal771291080.4000.160.49155.7725.2440.39
Hex4D816C28010319c1928
Octal11520115450020612343150
Binary10011011000000111011001010000100001100011001110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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