#4D856C

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

Shades of Viridian #4D856C

Tints of Viridian #4D856C

Color information

#4D856C (or 0x4D856C) is unknown color: approx Viridian. HEX triplet: 4D, 85 and 6C. RGB value is (77,133,108). Sum of RGB (Red+Green+Blue) = 77+133+108=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #4D856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D856C is #B27A93. Grayscale: #717171. Windows color (decimal): -11696788 or 7112013. OLE color: 7112013.

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

Color convert

RGB77133108-
CMYK0.4200.190.48
HSL153.21º26.67%41.18%-
HSV(B)153.21º42.11%52.16%-
XYZ14.1519.4417.19-
YUV113.41124.95102.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.21%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=24.21%
G=41.82%
B=33.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal771331080.4200.190.48153.2126.6741.18
Hex4D856C2A01330991b29
Octal11520515452023602313351
Binary10011011000010111011001010100100111100001001100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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