#4E695E

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

Shades of Viridian Green #4E695E

Tints of Viridian Green #4E695E

Color information

#4E695E (or 0x4E695E) is unknown color: approx Viridian Green. HEX triplet: 4E, 69 and 5E. RGB value is (78,105,94). Sum of RGB (Red+Green+Blue) = 78+105+94=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #4E695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E695E is #B196A1. Grayscale: #5F5F5F. Windows color (decimal): -11638434 or 6187342. OLE color: 6187342.

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

Color convert

RGB7810594-
CMYK0.2600.100.59
HSL155.56º14.75%35.88%-
HSV(B)155.56º25.71%41.18%-
XYZ10.2112.5312.47-
YUV95.67127.05115.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.16%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=28.16%
G=37.91%
B=33.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78105940.2600.100.59155.5614.7535.88
Hex4E695E1A0A3B9cf24
Octal11615113632012732341744
Binary1001110110100110111101101001010111011100111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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