#49604C

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

Shades of Nandor #49604C

Tints of Nandor #49604C

Color information

#49604C (or 0x49604C) is unknown color: approx Nandor. HEX triplet: 49, 60 and 4C. RGB value is (73,96,76). Sum of RGB (Red+Green+Blue) = 73+96+76=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #49604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49604C is #B69FB3. Grayscale: #565656. Windows color (decimal): -11968436 or 5005385. OLE color: 5005385.

HSL color Cylindrical-coordinate representation of color #49604C: hue angle of 127.83º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49604C is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB739676-
CMYK0.2400.210.62
HSL127.83º13.61%33.14%-
HSV(B)127.83º23.96%37.65%-
XYZ8.2410.38.39-
YUV86.84121.88118.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=29.80%
G=39.18%
B=31.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396760.2400.210.62127.8313.6133.14
Hex49604C180153E80e21
Octal11114011430025762001641
Binary10010011100000100110011000010101111110100000001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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