#49514A

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

Shades of Nandor #49514A

Tints of Nandor #49514A

Color information

#49514A (or 0x49514A) is unknown color: approx Nandor. HEX triplet: 49, 51 and 4A. RGB value is (73,81,74). Sum of RGB (Red+Green+Blue) = 73+81+74=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #49514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49514A is #B6AEB5. Grayscale: #4D4D4D. Windows color (decimal): -11972278 or 4870473. OLE color: 4870473.

HSL color Cylindrical-coordinate representation of color #49514A: hue angle of 127.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #49514A is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB738174-
CMYK0.1000.090.68
HSL127.5º5.19%30.2%-
HSV(B)127.5º9.88%31.76%-
XYZ6.937.87.62-
YUV77.81125.85124.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=32.02%
G=35.53%
B=32.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381740.1000.090.68127.55.1930.2
Hex49514AA09447f51e
Octal11112111212011104177536
Binary1001001101000110010101010010011000100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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