#4E6C62

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

Shades of Viridian Green #4E6C62

Tints of Viridian Green #4E6C62

Color information

#4E6C62 (or 0x4E6C62) is unknown color: approx Viridian Green. HEX triplet: 4E, 6C and 62. RGB value is (78,108,98). Sum of RGB (Red+Green+Blue) = 78+108+98=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #4E6C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6C62 is #B1939D. Grayscale: #616161. Windows color (decimal): -11637662 or 6450254. OLE color: 6450254.

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

Color convert

RGB7810898-
CMYK0.2800.090.58
HSL160º16.13%36.47%-
HSV(B)160º27.78%42.35%-
XYZ10.7113.2313.54-
YUV97.89128.06113.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.46%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=27.46%
G=38.03%
B=34.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78108980.2800.090.5816016.1336.47
Hex4E6C621C093Aa01024
Octal11615414234011722402044
Binary10011101101100110001011100010011110101010000010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,108,98); }

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

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

 a { background-color: rgb(78,108,98); }

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

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

 span { border-color: rgb(78,108,98); }

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