#4D685F

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

Shades of Viridian Green #4D685F

Tints of Viridian Green #4D685F

Color information

#4D685F (or 0x4D685F) is unknown color: approx Viridian Green. HEX triplet: 4D, 68 and 5F. RGB value is (77,104,95). Sum of RGB (Red+Green+Blue) = 77+104+95=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #4D685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D685F is #B297A0. Grayscale: #5E5E5E. Windows color (decimal): -11704225 or 6252621. OLE color: 6252621.

HSL color Cylindrical-coordinate representation of color #4D685F: hue angle of 160º 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 #4D685F is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB7710495-
CMYK0.2600.090.59
HSL160º14.92%35.49%-
HSV(B)160º25.96%40.78%-
XYZ10.0812.312.67-
YUV94.9128.05115.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.90%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=27.90%
G=37.68%
B=34.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77104950.2600.090.5916014.9235.49
Hex4D685F1A093Ba0f23
Octal11515013732011732401743
Binary1001101110100010111111101001001111011101000001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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