#4D6B5D

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

Shades of Viridian Green #4D6B5D

Tints of Viridian Green #4D6B5D

Color information

#4D6B5D (or 0x4D6B5D) is unknown color: approx Viridian Green. HEX triplet: 4D, 6B and 5D. RGB value is (77,107,93). Sum of RGB (Red+Green+Blue) = 77+107+93=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B5D is #B294A2. Grayscale: #606060. Windows color (decimal): -11703459 or 6122317. OLE color: 6122317.

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

Color convert

RGB7710793-
CMYK0.2800.130.58
HSL152º16.3%36.08%-
HSV(B)152º28.04%41.96%-
XYZ10.2912.8812.3-
YUV96.43126.06114.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.80%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=27.80%
G=38.63%
B=33.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77107930.2800.130.5815216.336.08
Hex4D6B5D1C0D3A981024
Octal11515313534015722302044
Binary10011011101011101110111100011011110101001100010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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