#475349

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

Shades of Nandor #475349

Tints of Nandor #475349

Color information

#475349 (or 0x475349) is unknown color: approx Nandor. HEX triplet: 47, 53 and 49. RGB value is (71,83,73). Sum of RGB (Red+Green+Blue) = 71+83+73=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #475349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475349 is #B8ACB6. Grayscale: #4E4E4E. Windows color (decimal): -12102839 or 4805447. OLE color: 4805447.

HSL color Cylindrical-coordinate representation of color #475349: hue angle of 130º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475349 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB718373-
CMYK0.1400.120.67
HSL130º7.79%30.2%-
HSV(B)130º14.46%32.55%-
XYZ6.898.017.49-
YUV78.27125.02122.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.28%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=31.28%
G=36.56%
B=32.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183730.1400.120.671307.7930.2
Hex475349E0C438281e
Octal107123111160141032021036
Binary100011110100111001001111001100100001110000010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475349; }

 p { color: rgb(71,83,73); }

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

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

 a { background-color: rgb(71,83,73); }

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

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

 span { border-color: rgb(71,83,73); }

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