#4E806E

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

Shades of Viridian #4E806E

Tints of Viridian #4E806E

Color information

#4E806E (or 0x4E806E) is unknown color: approx Viridian. HEX triplet: 4E, 80 and 6E. RGB value is (78,128,110). Sum of RGB (Red+Green+Blue) = 78+128+110=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #4E806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E806E is #B17F91. Grayscale: #6F6F6F. Windows color (decimal): -11632530 or 7241806. OLE color: 7241806.

HSL color Cylindrical-coordinate representation of color #4E806E: hue angle of 158.4º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E806E is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB78128110-
CMYK0.3900.140.50
HSL158.4º24.27%40.39%-
HSV(B)158.4º39.06%50.2%-
XYZ13.6818.1817.54-
YUV111127.44104.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.68%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=24.68%
G=40.51%
B=34.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal781281100.3900.140.50158.424.2740.39
Hex4E806E270E329e1828
Octal11620015647016622363050
Binary1001110100000001101110100111011101100101001111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,128,110); }

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

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

 a { background-color: rgb(78,128,110); }

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

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

 span { border-color: rgb(78,128,110); }

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