#475249

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

Shades of Nandor #475249

Tints of Nandor #475249

Color information

#475249 (or 0x475249) is unknown color: approx Nandor. HEX triplet: 47, 52 and 49. RGB value is (71,82,73). Sum of RGB (Red+Green+Blue) = 71+82+73=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #475249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475249 is #B8ADB6. Grayscale: #4D4D4D. Windows color (decimal): -12103095 or 4805191. OLE color: 4805191.

HSL color Cylindrical-coordinate representation of color #475249: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #475249 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB718273-
CMYK0.1300.110.68
HSL130.91º7.19%30%-
HSV(B)130.91º13.41%32.16%-
XYZ6.827.867.46-
YUV77.68125.36123.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=31.42%
G=36.28%
B=32.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182730.1300.110.68130.917.1930
Hex475249D0B448371e
Octal10712211115013104203736
Binary10001111010010100100111010101110001001000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475249; }

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

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

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

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

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

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

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

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