#4D866F

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

Shades of Viridian #4D866F

Tints of Viridian #4D866F

Color information

#4D866F (or 0x4D866F) is unknown color: approx Viridian. HEX triplet: 4D, 86 and 6F. RGB value is (77,134,111). Sum of RGB (Red+Green+Blue) = 77+134+111=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #4D866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D866F is #B27990. Grayscale: #727272. Windows color (decimal): -11696529 or 7308877. OLE color: 7308877.

HSL color Cylindrical-coordinate representation of color #4D866F: hue angle of 155.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D866F is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB77134111-
CMYK0.4300.170.47
HSL155.79º27.01%41.37%-
HSV(B)155.79º42.54%52.55%-
XYZ14.4519.7818.09-
YUV114.34126.12101.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.91%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=23.91%
G=41.61%
B=34.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal771341110.4300.170.47155.7927.0141.37
Hex4D866F2B0112F9c1b29
Octal11520615753021572343351
Binary10011011000011011011111010110100011011111001110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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