#49634C

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

Shades of Nandor #49634C

Tints of Nandor #49634C

Color information

#49634C (or 0x49634C) is unknown color: approx Nandor. HEX triplet: 49, 63 and 4C. RGB value is (73,99,76). Sum of RGB (Red+Green+Blue) = 73+99+76=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 99 - color contains mainly: green. Hex color #49634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49634C is #B69CB3. Grayscale: #585858. Windows color (decimal): -11967668 or 5006153. OLE color: 5006153.

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

Color convert

RGB739976-
CMYK0.2600.230.61
HSL126.92º15.12%33.73%-
HSV(B)126.92º26.26%38.82%-
XYZ8.5110.868.49-
YUV88.6120.89116.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=29.44%
G=39.92%
B=30.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399760.2600.230.61126.9215.1233.73
Hex49634C1A0173D7ff22
Octal11114311432027751771742
Binary1001001110001110011001101001011111110111111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49634C; }

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

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

<style>
 a { background-color: #49634C; }

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

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

<style>
 span { border-color: #49634C; }

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

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