#4E695F

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

Shades of Viridian Green #4E695F

Tints of Viridian Green #4E695F

Color information

#4E695F (or 0x4E695F) is unknown color: approx Viridian Green. HEX triplet: 4E, 69 and 5F. RGB value is (78,105,95). Sum of RGB (Red+Green+Blue) = 78+105+95=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #4E695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E695F is #B196A0. Grayscale: #5F5F5F. Windows color (decimal): -11638433 or 6252878. OLE color: 6252878.

HSL color Cylindrical-coordinate representation of color #4E695F: hue angle of 157.78º 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 #4E695F is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB7810595-
CMYK0.2600.100.59
HSL157.78º14.75%35.88%-
HSV(B)157.78º25.71%41.18%-
XYZ10.2612.5512.71-
YUV95.79127.55115.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.06%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=28.06%
G=37.77%
B=34.17%

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
Decimal78105950.2600.100.59157.7814.7535.88
Hex4E695F1A0A3B9ef24
Octal11615113732012732361744
Binary1001110110100110111111101001010111011100111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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