#4E685E

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

Shades of Viridian Green #4E685E

Tints of Viridian Green #4E685E

Color information

#4E685E (or 0x4E685E) is unknown color: approx Viridian Green. HEX triplet: 4E, 68 and 5E. RGB value is (78,104,94). Sum of RGB (Red+Green+Blue) = 78+104+94=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #4E685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E685E is #B197A1. Grayscale: #5F5F5F. Windows color (decimal): -11638690 or 6187086. OLE color: 6187086.

HSL color Cylindrical-coordinate representation of color #4E685E: hue angle of 156.92º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E685E is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB7810494-
CMYK0.2500.100.59
HSL156.92º14.29%35.69%-
HSV(B)156.92º25%40.78%-
XYZ10.1112.3312.44-
YUV95.09127.39115.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.26%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=28.26%
G=37.68%
B=34.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78104940.2500.100.59156.9214.2935.69
Hex4E685E190A3B9de24
Octal11615013631012732351644
Binary1001110110100010111101100101010111011100111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,104,94); }

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

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

 a { background-color: rgb(78,104,94); }

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

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

 span { border-color: rgb(78,104,94); }

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