#495F4A

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

Shades of Nandor #495F4A

Tints of Nandor #495F4A

Color information

#495F4A (or 0x495F4A) is unknown color: approx Nandor. HEX triplet: 49, 5F and 4A. RGB value is (73,95,74). Sum of RGB (Red+Green+Blue) = 73+95+74=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 95 - color contains mainly: green. Hex color #495F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F4A is #B6A0B5. Grayscale: #565656. Windows color (decimal): -11968694 or 4874057. OLE color: 4874057.

HSL color Cylindrical-coordinate representation of color #495F4A: hue angle of 122.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F4A is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB739574-
CMYK0.2300.220.63
HSL122.73º13.1%32.94%-
HSV(B)122.73º23.16%37.25%-
XYZ8.0810.18-
YUV86.03121.21118.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=30.17%
G=39.26%
B=30.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395740.2300.220.63122.7313.132.94
Hex495F4A170163F7bd21
Octal11113711227026771731541
Binary1001001101111110010101011101011011111111110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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