#4D695B

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

Shades of Viridian Green #4D695B

Tints of Viridian Green #4D695B

Color information

#4D695B (or 0x4D695B) is unknown color: approx Viridian Green. HEX triplet: 4D, 69 and 5B. RGB value is (77,105,91). Sum of RGB (Red+Green+Blue) = 77+105+91=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #4D695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D695B is #B296A4. Grayscale: #5F5F5F. Windows color (decimal): -11703973 or 5990733. OLE color: 5990733.

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

Color convert

RGB7710591-
CMYK0.2700.130.59
HSL150º15.38%35.69%-
HSV(B)150º26.67%41.18%-
XYZ1012.4411.77-
YUV95.03125.72115.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.21%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=28.21%
G=38.46%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77105910.2700.130.5915015.3835.69
Hex4D695B1B0D3B96f24
Octal11515113333015732261744
Binary1001101110100110110111101101101111011100101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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