#4E6B5E

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

Shades of Viridian Green #4E6B5E

Tints of Viridian Green #4E6B5E

Color information

#4E6B5E (or 0x4E6B5E) is unknown color: approx Viridian Green. HEX triplet: 4E, 6B and 5E. RGB value is (78,107,94). Sum of RGB (Red+Green+Blue) = 78+107+94=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6B5E is #B194A1. Grayscale: #606060. Windows color (decimal): -11637922 or 6187854. OLE color: 6187854.

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

Color convert

RGB7810794-
CMYK0.2700.120.58
HSL153.1º15.68%36.27%-
HSV(B)153.1º27.1%41.96%-
XYZ10.4212.9412.54-
YUV96.85126.39114.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.96%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=27.96%
G=38.35%
B=33.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78107940.2700.120.58153.115.6836.27
Hex4E6B5E1B0C3A991024
Octal11615313633014722312044
Binary10011101101011101111011011011001110101001100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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