#4E6D60

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

Shades of Viridian Green #4E6D60

Tints of Viridian Green #4E6D60

Color information

#4E6D60 (or 0x4E6D60) is unknown color: approx Viridian Green. HEX triplet: 4E, 6D and 60. RGB value is (78,109,96). Sum of RGB (Red+Green+Blue) = 78+109+96=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 109 - color contains mainly: green. Hex color #4E6D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6D60 is #B1929F. Grayscale: #626262. Windows color (decimal): -11637408 or 6319438. OLE color: 6319438.

HSL color Cylindrical-coordinate representation of color #4E6D60: hue angle of 154.84º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E6D60 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB7810996-
CMYK0.2800.120.57
HSL154.84º16.58%36.67%-
HSV(B)154.84º28.44%42.75%-
XYZ10.7213.413.09-
YUV98.25126.73113.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.56%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=27.56%
G=38.52%
B=33.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78109960.2800.120.57154.8416.5836.67
Hex4E6D601C0C399b1125
Octal11615514034014712332145
Binary10011101101101110000011100011001110011001101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,109,96); }

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

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

 a { background-color: rgb(78,109,96); }

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

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

 span { border-color: rgb(78,109,96); }

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