#4C654D

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

Shades of Nandor #4C654D

Tints of Nandor #4C654D

Color information

#4C654D (or 0x4C654D) is unknown color: approx Nandor. HEX triplet: 4C, 65 and 4D. RGB value is (76,101,77). Sum of RGB (Red+Green+Blue) = 76+101+77=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #4C654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C654D is #B39AB2. Grayscale: #5A5A5A. Windows color (decimal): -11770547 or 5072204. OLE color: 5072204.

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

Color convert

RGB7610177-
CMYK0.2500.240.60
HSL122.4º14.12%34.71%-
HSV(B)122.4º24.75%39.61%-
XYZ8.9711.388.74-
YUV90.79120.22117.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=29.92%
G=39.76%
B=30.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76101770.2500.240.60122.414.1234.71
Hex4C654D190183C7ae23
Octal11414511531030741721643
Binary1001100110010110011011100101100011110011110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,101,77); }

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

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

 a { background-color: rgb(76,101,77); }

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

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

 span { border-color: rgb(76,101,77); }

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