#49564B

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

Shades of Nandor #49564B

Tints of Nandor #49564B

Color information

#49564B (or 0x49564B) is unknown color: approx Nandor. HEX triplet: 49, 56 and 4B. RGB value is (73,86,75). Sum of RGB (Red+Green+Blue) = 73+86+75=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 86 - color contains mainly: green. Hex color #49564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49564B is #B6A9B4. Grayscale: #505050. Windows color (decimal): -11970997 or 4937289. OLE color: 4937289.

HSL color Cylindrical-coordinate representation of color #49564B: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49564B is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB738675-
CMYK0.1500.130.66
HSL129.23º8.18%31.18%-
HSV(B)129.23º15.12%33.73%-
XYZ7.358.587.93-
YUV80.86124.69122.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=31.20%
G=36.75%
B=32.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386750.1500.130.66129.238.1831.18
Hex49564BF0D428181f
Octal111126113170151022011037
Binary100100110101101001011111101101100001010000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49564B; }

 p { color: rgb(73,86,75); }

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

<style>
 a { background-color: #49564B; }

 a { background-color: rgb(73,86,75); }

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

<style>
 span { border-color: #49564B; }

 span { border-color: rgb(73,86,75); }

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