#4D675D

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

Shades of Viridian Green #4D675D

Tints of Viridian Green #4D675D

Color information

#4D675D (or 0x4D675D) is unknown color: approx Viridian Green. HEX triplet: 4D, 67 and 5D. RGB value is (77,103,93). Sum of RGB (Red+Green+Blue) = 77+103+93=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #4D675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D675D is #B298A2. Grayscale: #5E5E5E. Windows color (decimal): -11704483 or 6121293. OLE color: 6121293.

HSL color Cylindrical-coordinate representation of color #4D675D: hue angle of 156.92º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D675D is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB7710393-
CMYK0.2500.100.60
HSL156.92º14.44%35.29%-
HSV(B)156.92º25.24%40.39%-
XYZ9.8912.0712.16-
YUV94.09127.39115.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.21%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=28.21%
G=37.73%
B=34.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77103930.2500.100.60156.9214.4435.29
Hex4D675D190A3C9de23
Octal11514713531012742351643
Binary1001101110011110111011100101010111100100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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