#4C554C

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

Shades of Nandor #4C554C

Tints of Nandor #4C554C

Color information

#4C554C (or 0x4C554C) is unknown color: approx Nandor. HEX triplet: 4C, 55 and 4C. RGB value is (76,85,76). Sum of RGB (Red+Green+Blue) = 76+85+76=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #4C554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C554C is #B3AAB3. Grayscale: #515151. Windows color (decimal): -11774644 or 5002572. OLE color: 5002572.

HSL color Cylindrical-coordinate representation of color #4C554C: hue angle of 120º 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 #4C554C is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB768576-
CMYK0.1100.110.67
HSL120º5.59%31.57%-
HSV(B)120º10.59%33.33%-
XYZ7.538.568.09-
YUV81.28125.02124.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=32.07%
G=35.86%
B=32.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685760.1100.110.671205.5931.57
Hex4C554CB0B4378620
Octal11412511413013103170640
Binary10011001010101100110010110101110000111111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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