#49684A

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

Shades of Nandor #49684A

Tints of Nandor #49684A

Color information

#49684A (or 0x49684A) is unknown color: approx Nandor. HEX triplet: 49, 68 and 4A. RGB value is (73,104,74). Sum of RGB (Red+Green+Blue) = 73+104+74=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #49684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49684A is #B697B5. Grayscale: #5B5B5B. Windows color (decimal): -11966390 or 4876361. OLE color: 4876361.

HSL color Cylindrical-coordinate representation of color #49684A: hue angle of 121.94º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49684A is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB7310474-
CMYK0.3000.290.59
HSL121.94º17.51%34.71%-
HSV(B)121.94º29.81%40.78%-
XYZ8.9311.818.29-
YUV91.31118.23114.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=29.08%
G=41.43%
B=29.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104740.3000.290.59121.9417.5134.71
Hex49684A1E01D3B7a1223
Octal11115011236035731722243
Binary10010011101000100101011110011101111011111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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