#495C4A

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

Shades of Nandor #495C4A

Tints of Nandor #495C4A

Color information

#495C4A (or 0x495C4A) is unknown color: approx Nandor. HEX triplet: 49, 5C and 4A. RGB value is (73,92,74). Sum of RGB (Red+Green+Blue) = 73+92+74=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #495C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C4A is #B6A3B5. Grayscale: #545454. Windows color (decimal): -11969462 or 4873289. OLE color: 4873289.

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

Color convert

RGB739274-
CMYK0.2100.200.64
HSL123.16º11.52%32.35%-
HSV(B)123.16º20.65%36.08%-
XYZ7.819.577.91-
YUV84.27122.21119.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=30.54%
G=38.49%
B=30.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7392740.2100.200.64123.1611.5232.35
Hex495C4A15014407bc20
Octal111134112250241001731440
Binary10010011011100100101010101010100100000011110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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