#4C584D

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

Shades of Nandor #4C584D

Tints of Nandor #4C584D

Color information

#4C584D (or 0x4C584D) is unknown color: approx Nandor. HEX triplet: 4C, 58 and 4D. RGB value is (76,88,77). Sum of RGB (Red+Green+Blue) = 76+88+77=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #4C584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C584D is #B3A7B2. Grayscale: #535353. Windows color (decimal): -11773875 or 5068876. OLE color: 5068876.

HSL color Cylindrical-coordinate representation of color #4C584D: hue angle of 125º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C584D is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB768877-
CMYK0.1400.120.65
HSL125º7.32%32.16%-
HSV(B)125º13.64%34.51%-
XYZ7.819.058.36-
YUV83.16124.52122.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=31.54%
G=36.51%
B=31.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7688770.1400.120.651257.3232.16
Hex4C584DE0C417d720
Octal11413011516014101175740
Binary10011001011000100110111100110010000011111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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