#4E655C

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

Shades of Viridian Green #4E655C

Tints of Viridian Green #4E655C

Color information

#4E655C (or 0x4E655C) is unknown color: approx Viridian Green. HEX triplet: 4E, 65 and 5C. RGB value is (78,101,92). Sum of RGB (Red+Green+Blue) = 78+101+92=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #4E655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E655C is #B19AA3. Grayscale: #5D5D5D. Windows color (decimal): -11639460 or 6055246. OLE color: 6055246.

HSL color Cylindrical-coordinate representation of color #4E655C: hue angle of 156.52º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E655C is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB7810192-
CMYK0.2300.090.60
HSL156.52º12.85%35.1%-
HSV(B)156.52º22.77%39.61%-
XYZ9.7311.711.87-
YUV93.1127.38117.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=28.78%
G=37.27%
B=33.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78101920.2300.090.60156.5212.8535.1
Hex4E655C17093C9dd23
Octal11614513427011742351543
Binary1001110110010110111001011101001111100100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,101,92); }

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

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

 a { background-color: rgb(78,101,92); }

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

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

 span { border-color: rgb(78,101,92); }

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