#4D695D

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

Shades of Viridian Green #4D695D

Tints of Viridian Green #4D695D

Color information

#4D695D (or 0x4D695D) is unknown color: approx Viridian Green. HEX triplet: 4D, 69 and 5D. RGB value is (77,105,93). Sum of RGB (Red+Green+Blue) = 77+105+93=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #4D695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D695D is #B296A2. Grayscale: #5F5F5F. Windows color (decimal): -11703971 or 6121805. OLE color: 6121805.

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

Color convert

RGB7710593-
CMYK0.2700.110.59
HSL154.29º15.38%35.69%-
HSV(B)154.29º26.67%41.18%-
XYZ10.0912.4712.23-
YUV95.26126.72114.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=28%
G=38.18%
B=33.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77105930.2700.110.59154.2915.3835.69
Hex4D695D1B0B3B9af24
Octal11515113533013732321744
Binary1001101110100110111011101101011111011100110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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