#4C554D

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

Shades of Nandor #4C554D

Tints of Nandor #4C554D

Color information

#4C554D (or 0x4C554D) is unknown color: approx Nandor. HEX triplet: 4C, 55 and 4D. RGB value is (76,85,77). Sum of RGB (Red+Green+Blue) = 76+85+77=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #4C554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C554D is #B3AAB2. Grayscale: #515151. Windows color (decimal): -11774643 or 5068108. OLE color: 5068108.

HSL color Cylindrical-coordinate representation of color #4C554D: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C554D is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB768577-
CMYK0.1100.090.67
HSL126.67º5.59%31.57%-
HSV(B)126.67º10.59%33.33%-
XYZ7.578.578.28-
YUV81.4125.52124.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.93%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=31.93%
G=35.71%
B=32.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685770.1100.090.67126.675.5931.57
Hex4C554DB09437f620
Octal11412511513011103177640
Binary10011001010101100110110110100110000111111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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