#4E605B

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

Shades of Viridian Green #4E605B

Tints of Viridian Green #4E605B

Color information

#4E605B (or 0x4E605B) is unknown color: approx Viridian Green. HEX triplet: 4E, 60 and 5B. RGB value is (78,96,91). Sum of RGB (Red+Green+Blue) = 78+96+91=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #4E605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E605B is #B19FA4. Grayscale: #5A5A5A. Windows color (decimal): -11640741 or 5988430. OLE color: 5988430.

HSL color Cylindrical-coordinate representation of color #4E605B: hue angle of 163.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E605B is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB789691-
CMYK0.1900.050.62
HSL163.33º10.34%34.12%-
HSV(B)163.33º18.75%37.65%-
XYZ9.2110.7411.49-
YUV90.05128.54119.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.43%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=29.43%
G=36.23%
B=34.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7896910.1900.050.62163.3310.3434.12
Hex4E605B13053Ea3a22
Octal1161401332305762431242
Binary100111011000001011011100110101111110101000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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