#495D4C

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

Shades of Nandor #495D4C

Tints of Nandor #495D4C

Color information

#495D4C (or 0x495D4C) is unknown color: approx Nandor. HEX triplet: 49, 5D and 4C. RGB value is (73,93,76). Sum of RGB (Red+Green+Blue) = 73+93+76=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 93 - color contains mainly: green. Hex color #495D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D4C is #B6A2B3. Grayscale: #555555. Windows color (decimal): -11969204 or 5004617. OLE color: 5004617.

HSL color Cylindrical-coordinate representation of color #495D4C: hue angle of 129º 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 #495D4C is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB739376-
CMYK0.2200.180.64
HSL129º12.05%32.55%-
HSV(B)129º21.51%36.47%-
XYZ7.979.778.3-
YUV85.08122.87119.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 93 (36.72% from 255) = 38.43%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=30.17%
G=38.43%
B=31.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393760.2200.180.6412912.0532.55
Hex495D4C160124081c21
Octal111135114260221002011441
Binary100100110111011001100101100100101000000100000011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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