#4D6A5F

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

Shades of Viridian Green #4D6A5F

Tints of Viridian Green #4D6A5F

Color information

#4D6A5F (or 0x4D6A5F) is unknown color: approx Viridian Green. HEX triplet: 4D, 6A and 5F. RGB value is (77,106,95). Sum of RGB (Red+Green+Blue) = 77+106+95=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6A5F is #B295A0. Grayscale: #606060. Windows color (decimal): -11703713 or 6253133. OLE color: 6253133.

HSL color Cylindrical-coordinate representation of color #4D6A5F: hue angle of 157.24º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D6A5F is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB7710695-
CMYK0.2700.100.58
HSL157.24º15.85%35.88%-
HSV(B)157.24º27.36%41.57%-
XYZ10.2812.7112.74-
YUV96.07127.39114.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.70%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=27.70%
G=38.13%
B=34.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77106950.2700.100.58157.2415.8535.88
Hex4D6A5F1B0A3A9d1024
Octal11515213733012722352044
Binary10011011101010101111111011010101110101001110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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