#4E8374

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

Shades of Viridian #4E8374

Tints of Viridian #4E8374

Color information

#4E8374 (or 0x4E8374) is unknown color: approx Viridian. HEX triplet: 4E, 83 and 74. RGB value is (78,131,116). Sum of RGB (Red+Green+Blue) = 78+131+116=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #4E8374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8374 is #B17C8B. Grayscale: #717171. Windows color (decimal): -11631756 or 7635790. OLE color: 7635790.

HSL color Cylindrical-coordinate representation of color #4E8374: hue angle of 163.02º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E8374 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB78131116-
CMYK0.4000.110.49
HSL163.02º25.36%40.98%-
HSV(B)163.02º40.46%51.37%-
XYZ14.4119.1119.45-
YUV113.44129.44102.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=24%
G=40.31%
B=35.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781311160.4000.110.49163.0225.3640.98
Hex4E8374280B31a31929
Octal11620316450013612433151
Binary1001110100000111110100101000010111100011010001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,131,116); }

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

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

 a { background-color: rgb(78,131,116); }

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

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

 span { border-color: rgb(78,131,116); }

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