#4C684C

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

Shades of Nandor #4C684C

Tints of Nandor #4C684C

Color information

#4C684C (or 0x4C684C) is unknown color: approx Nandor. HEX triplet: 4C, 68 and 4C. RGB value is (76,104,76). Sum of RGB (Red+Green+Blue) = 76+104+76=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #4C684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C684C is #B397B3. Grayscale: #5C5C5C. Windows color (decimal): -11769780 or 5007436. OLE color: 5007436.

HSL color Cylindrical-coordinate representation of color #4C684C: hue angle of 120º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C684C is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB7610476-
CMYK0.2700.270.59
HSL120º15.56%35.29%-
HSV(B)120º26.92%40.78%-
XYZ9.2411.968.66-
YUV92.44118.72116.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.69%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=29.69%
G=40.62%
B=29.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76104760.2700.270.5912015.5635.29
Hex4C684C1B01B3B781023
Octal11415011433033731702043
Binary10011001101000100110011011011011111011111100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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