#4D685D

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

Shades of Viridian Green #4D685D

Tints of Viridian Green #4D685D

Color information

#4D685D (or 0x4D685D) is unknown color: approx Viridian Green. HEX triplet: 4D, 68 and 5D. RGB value is (77,104,93). Sum of RGB (Red+Green+Blue) = 77+104+93=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #4D685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D685D is #B297A2. Grayscale: #5E5E5E. Windows color (decimal): -11704227 or 6121549. OLE color: 6121549.

HSL color Cylindrical-coordinate representation of color #4D685D: hue angle of 155.56º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D685D is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB7710493-
CMYK0.2600.110.59
HSL155.56º14.92%35.49%-
HSV(B)155.56º25.96%40.78%-
XYZ9.9912.2712.2-
YUV94.67127.05115.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.10%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=28.10%
G=37.96%
B=33.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77104930.2600.110.59155.5614.9235.49
Hex4D685D1A0B3B9cf23
Octal11515013532013732341743
Binary1001101110100010111011101001011111011100111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,104,93); }

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

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

 a { background-color: rgb(77,104,93); }

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

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

 span { border-color: rgb(77,104,93); }

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