#49634B

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

Shades of Nandor #49634B

Tints of Nandor #49634B

Color information

#49634B (or 0x49634B) is unknown color: approx Nandor. HEX triplet: 49, 63 and 4B. RGB value is (73,99,75). Sum of RGB (Red+Green+Blue) = 73+99+75=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #49634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49634B is #B69CB4. Grayscale: #585858. Windows color (decimal): -11967669 or 4940617. OLE color: 4940617.

HSL color Cylindrical-coordinate representation of color #49634B: hue angle of 124.62º 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 #49634B is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB739975-
CMYK0.2600.240.61
HSL124.62º15.12%33.73%-
HSV(B)124.62º26.26%38.82%-
XYZ8.4810.858.3-
YUV88.49120.39116.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=29.55%
G=40.08%
B=30.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399750.2600.240.61124.6215.1233.73
Hex49634B1A0183D7df22
Octal11114311332030751751742
Binary1001001110001110010111101001100011110111111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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