#4D6B5B

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

Shades of Viridian Green #4D6B5B

Tints of Viridian Green #4D6B5B

Color information

#4D6B5B (or 0x4D6B5B) is unknown color: approx Viridian Green. HEX triplet: 4D, 6B and 5B. RGB value is (77,107,91). Sum of RGB (Red+Green+Blue) = 77+107+91=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B5B is #B294A4. Grayscale: #606060. Windows color (decimal): -11703461 or 5991245. OLE color: 5991245.

HSL color Cylindrical-coordinate representation of color #4D6B5B: hue angle of 148º 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 #4D6B5B is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB7710791-
CMYK0.2800.150.58
HSL148º16.3%36.08%-
HSV(B)148º28.04%41.96%-
XYZ10.2112.8511.84-
YUV96.21125.06114.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=28%
G=38.91%
B=33.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77107910.2800.150.5814816.336.08
Hex4D6B5B1C0F3A941024
Octal11515313334017722242044
Binary10011011101011101101111100011111110101001010010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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