#49634A

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

Shades of Nandor #49634A

Tints of Nandor #49634A

Color information

#49634A (or 0x49634A) is unknown color: approx Nandor. HEX triplet: 49, 63 and 4A. RGB value is (73,99,74). Sum of RGB (Red+Green+Blue) = 73+99+74=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #49634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49634A is #B69CB5. Grayscale: #585858. Windows color (decimal): -11967670 or 4875081. OLE color: 4875081.

HSL color Cylindrical-coordinate representation of color #49634A: hue angle of 122.31º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49634A is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB739974-
CMYK0.2600.250.61
HSL122.31º15.12%33.73%-
HSV(B)122.31º26.26%38.82%-
XYZ8.4510.838.12-
YUV88.38119.89117.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=29.67%
G=40.24%
B=30.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399740.2600.250.61122.3115.1233.73
Hex49634A1A0193D7af22
Octal11114311232031751721742
Binary1001001110001110010101101001100111110111110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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