#475D4A

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

Shades of Nandor #475D4A

Tints of Nandor #475D4A

Color information

#475D4A (or 0x475D4A) is unknown color: approx Nandor. HEX triplet: 47, 5D and 4A. RGB value is (71,93,74). Sum of RGB (Red+Green+Blue) = 71+93+74=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #475D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D4A is #B8A2B5. Grayscale: #545454. Windows color (decimal): -12100278 or 4873543. OLE color: 4873543.

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

Color convert

RGB719374-
CMYK0.2400.200.64
HSL128.18º13.41%32.16%-
HSV(B)128.18º23.66%36.47%-
XYZ7.759.667.94-
YUV84.26122.21118.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 93 (36.72% from 255) = 39.08%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=29.83%
G=39.08%
B=31.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193740.2400.200.64128.1813.4132.16
Hex475D4A180144080d20
Octal107135112300241002001540
Binary100011110111011001010110000101001000000100000001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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