#4C514C

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

Shades of Nandor #4C514C

Tints of Nandor #4C514C

Color information

#4C514C (or 0x4C514C) is unknown color: approx Nandor. HEX triplet: 4C, 51 and 4C. RGB value is (76,81,76). Sum of RGB (Red+Green+Blue) = 76+81+76=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 81 - color contains mainly: green. Hex color #4C514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C514C is #B3AEB3. Grayscale: #4E4E4E. Windows color (decimal): -11775668 or 5001548. OLE color: 5001548.

HSL color Cylindrical-coordinate representation of color #4C514C: hue angle of 120º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4C514C is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB768176-
CMYK0.0600.060.68
HSL120º3.18%30.78%-
HSV(B)120º6.17%31.76%-
XYZ7.237.947.99-
YUV78.94126.34125.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=32.62%
G=34.76%
B=32.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7681760.0600.060.681203.1830.78
Hex4C514C606447831f
Octal114121114606104170337
Binary1001100101000110011001100110100010011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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