#4D856B

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

Shades of Viridian #4D856B

Tints of Viridian #4D856B

Color information

#4D856B (or 0x4D856B) is unknown color: approx Viridian. HEX triplet: 4D, 85 and 6B. RGB value is (77,133,107). Sum of RGB (Red+Green+Blue) = 77+133+107=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #4D856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D856B is #B27A94. Grayscale: #717171. Windows color (decimal): -11696789 or 7046477. OLE color: 7046477.

HSL color Cylindrical-coordinate representation of color #4D856B: hue angle of 152.14º degrees, saturation: 0.27, 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 #4D856B is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB77133107-
CMYK0.4200.200.48
HSL152.14º26.67%41.18%-
HSV(B)152.14º42.11%52.16%-
XYZ14.119.4116.91-
YUV113.29124.45102.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.29%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=24.29%
G=41.96%
B=33.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal771331070.4200.200.48152.1426.6741.18
Hex4D856B2A01430981b29
Octal11520515352024602303351
Binary10011011000010111010111010100101001100001001100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,133,107); }

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

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

 a { background-color: rgb(77,133,107); }

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

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

 span { border-color: rgb(77,133,107); }

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