#4D846F

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

Shades of Viridian #4D846F

Tints of Viridian #4D846F

Color information

#4D846F (or 0x4D846F) is unknown color: approx Viridian. HEX triplet: 4D, 84 and 6F. RGB value is (77,132,111). Sum of RGB (Red+Green+Blue) = 77+132+111=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #4D846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D846F is #B27B90. Grayscale: #717171. Windows color (decimal): -11697041 or 7308365. OLE color: 7308365.

HSL color Cylindrical-coordinate representation of color #4D846F: hue angle of 157.09º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D846F is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB77132111-
CMYK0.4200.160.48
HSL157.09º26.32%40.98%-
HSV(B)157.09º41.67%51.76%-
XYZ14.1819.2318-
YUV113.16126.78102.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.06%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=24.06%
G=41.25%
B=34.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal771321110.4200.160.48157.0926.3240.98
Hex4D846F2A010309d1a29
Octal11520415752020602353251
Binary10011011000010011011111010100100001100001001110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,132,111); }

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

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

 a { background-color: rgb(77,132,111); }

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

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

 span { border-color: rgb(77,132,111); }

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