#4E615B

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

Shades of Viridian Green #4E615B

Tints of Viridian Green #4E615B

Color information

#4E615B (or 0x4E615B) is unknown color: approx Viridian Green. HEX triplet: 4E, 61 and 5B. RGB value is (78,97,91). Sum of RGB (Red+Green+Blue) = 78+97+91=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 97 - color contains mainly: green. Hex color #4E615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E615B is #B19EA4. Grayscale: #5A5A5A. Windows color (decimal): -11640485 or 5988686. OLE color: 5988686.

HSL color Cylindrical-coordinate representation of color #4E615B: hue angle of 161.05º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E615B is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB789791-
CMYK0.2000.060.62
HSL161.05º10.86%34.31%-
HSV(B)161.05º19.59%38.04%-
XYZ9.310.9211.52-
YUV90.64128.21118.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 91 (35.94% from 255) = 34.21%
R=29.32%
G=36.47%
B=34.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897910.2000.060.62161.0510.8634.31
Hex4E615B14063Ea1b22
Octal1161411332406762411342
Binary100111011000011011011101000110111110101000011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,91); }

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

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

 a { background-color: rgb(78,97,91); }

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

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

 span { border-color: rgb(78,97,91); }

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