#4E5D58

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

Shades of Viridian Green #4E5D58

Tints of Viridian Green #4E5D58

Color information

#4E5D58 (or 0x4E5D58) is unknown color: approx Viridian Green. HEX triplet: 4E, 5D and 58. RGB value is (78,93,88). Sum of RGB (Red+Green+Blue) = 78+93+88=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 93 - color contains mainly: green. Hex color #4E5D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5D58 is #B1A2A7. Grayscale: #575757. Windows color (decimal): -11641512 or 5791054. OLE color: 5791054.

HSL color Cylindrical-coordinate representation of color #4E5D58: hue angle of 160º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4E5D58 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB789388-
CMYK0.1600.050.64
HSL160º8.77%33.53%-
HSV(B)160º16.13%36.47%-
XYZ8.8210.1510.73-
YUV87.94128.03120.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.12%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=30.12%
G=35.91%
B=33.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7893880.1600.050.641608.7733.53
Hex4E5D58100540a0922
Octal11613513020051002401142
Binary1001110101110110110001000001011000000101000001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,93,88); }

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

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

 a { background-color: rgb(78,93,88); }

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

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

 span { border-color: rgb(78,93,88); }

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