#495D4A

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

Shades of Nandor #495D4A

Tints of Nandor #495D4A

Color information

#495D4A (or 0x495D4A) is unknown color: approx Nandor. HEX triplet: 49, 5D and 4A. RGB value is (73,93,74). Sum of RGB (Red+Green+Blue) = 73+93+74=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #495D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D4A is #B6A2B5. Grayscale: #545454. Windows color (decimal): -11969206 or 4873545. OLE color: 4873545.

HSL color Cylindrical-coordinate representation of color #495D4A: hue angle of 123º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D4A is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB739374-
CMYK0.2200.200.64
HSL123º12.05%32.55%-
HSV(B)123º21.51%36.47%-
XYZ7.99.747.94-
YUV84.85121.87119.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 93 (36.72% from 255) = 38.75%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=30.42%
G=38.75%
B=30.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393740.2200.200.6412312.0532.55
Hex495D4A16014407bc21
Octal111135112260241001731441
Binary10010011011101100101010110010100100000011110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D4A; }

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

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

<style>
 a { background-color: #495D4A; }

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

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

<style>
 span { border-color: #495D4A; }

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

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