#49604A

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

Shades of Nandor #49604A

Tints of Nandor #49604A

Color information

#49604A (or 0x49604A) is unknown color: approx Nandor. HEX triplet: 49, 60 and 4A. RGB value is (73,96,74). Sum of RGB (Red+Green+Blue) = 73+96+74=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #49604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49604A is #B69FB5. Grayscale: #565656. Windows color (decimal): -11968438 or 4874313. OLE color: 4874313.

HSL color Cylindrical-coordinate representation of color #49604A: hue angle of 122.61º 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 #49604A is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB739674-
CMYK0.2400.230.62
HSL122.61º13.61%33.14%-
HSV(B)122.61º23.96%37.65%-
XYZ8.1710.288.03-
YUV86.62120.88118.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=30.04%
G=39.51%
B=30.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396740.2400.230.62122.6113.6133.14
Hex49604A180173E7be21
Octal11114011230027761731641
Binary1001001110000010010101100001011111111011110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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