#49624C

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

Shades of Nandor #49624C

Tints of Nandor #49624C

Color information

#49624C (or 0x49624C) is unknown color: approx Nandor. HEX triplet: 49, 62 and 4C. RGB value is (73,98,76). Sum of RGB (Red+Green+Blue) = 73+98+76=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #49624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49624C is #B69DB3. Grayscale: #585858. Windows color (decimal): -11967924 or 5005897. OLE color: 5005897.

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

Color convert

RGB739876-
CMYK0.2600.220.62
HSL127.2º14.62%33.53%-
HSV(B)127.2º25.51%38.43%-
XYZ8.4210.678.45-
YUV88.02121.22117.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=29.55%
G=39.68%
B=30.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398760.2600.220.62127.214.6233.53
Hex49624C1A0163E7ff22
Octal11114211432026761771742
Binary1001001110001010011001101001011011111011111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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