#4D605B

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

Shades of Viridian Green #4D605B

Tints of Viridian Green #4D605B

Color information

#4D605B (or 0x4D605B) is unknown color: approx Viridian Green. HEX triplet: 4D, 60 and 5B. RGB value is (77,96,91). Sum of RGB (Red+Green+Blue) = 77+96+91=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #4D605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D605B is #B29FA4. Grayscale: #595959. Windows color (decimal): -11706277 or 5988429. OLE color: 5988429.

HSL color Cylindrical-coordinate representation of color #4D605B: hue angle of 164.21º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D605B is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB779691-
CMYK0.2000.050.62
HSL164.21º10.98%33.92%-
HSV(B)164.21º19.79%37.65%-
XYZ9.1310.711.48-
YUV89.75128.71118.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.17%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=29.17%
G=36.36%
B=34.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7796910.2000.050.62164.2110.9833.92
Hex4D605B14053Ea4b22
Octal1151401332405762441342
Binary100110111000001011011101000101111110101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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