#4D695C

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

Shades of Viridian Green #4D695C

Tints of Viridian Green #4D695C

Color information

#4D695C (or 0x4D695C) is unknown color: approx Viridian Green. HEX triplet: 4D, 69 and 5C. RGB value is (77,105,92). Sum of RGB (Red+Green+Blue) = 77+105+92=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #4D695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D695C is #B296A3. Grayscale: #5F5F5F. Windows color (decimal): -11703972 or 6056269. OLE color: 6056269.

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

Color convert

RGB7710592-
CMYK0.2700.120.59
HSL152.14º15.38%35.69%-
HSV(B)152.14º26.67%41.18%-
XYZ10.0412.4512-
YUV95.15126.22115.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.10%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=28.10%
G=38.32%
B=33.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77105920.2700.120.59152.1415.3835.69
Hex4D695C1B0C3B98f24
Octal11515113433014732301744
Binary1001101110100110111001101101100111011100110001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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