#4C634D

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

Shades of Nandor #4C634D

Tints of Nandor #4C634D

Color information

#4C634D (or 0x4C634D) is unknown color: approx Nandor. HEX triplet: 4C, 63 and 4D. RGB value is (76,99,77). Sum of RGB (Red+Green+Blue) = 76+99+77=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #4C634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C634D is #B39CB2. Grayscale: #595959. Windows color (decimal): -11771059 or 5071692. OLE color: 5071692.

HSL color Cylindrical-coordinate representation of color #4C634D: hue angle of 122.61º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C634D is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB769977-
CMYK0.2300.220.61
HSL122.61º13.14%34.31%-
HSV(B)122.61º23.23%38.82%-
XYZ8.78118.68-
YUV89.62120.88118.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=30.16%
G=39.29%
B=30.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7699770.2300.220.61122.6113.1434.31
Hex4C634D170163D7bd22
Octal11414311527026751731542
Binary1001100110001110011011011101011011110111110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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