#476448

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

Shades of Nandor #476448

Tints of Nandor #476448

Color information

#476448 (or 0x476448) is unknown color: approx Nandor. HEX triplet: 47, 64 and 48. RGB value is (71,100,72). Sum of RGB (Red+Green+Blue) = 71+100+72=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #476448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476448 is #B89BB7. Grayscale: #585858. Windows color (decimal): -12098488 or 4744263. OLE color: 4744263.

HSL color Cylindrical-coordinate representation of color #476448: hue angle of 122.07º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #476448 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB7110072-
CMYK0.2900.280.61
HSL122.07º16.96%33.53%-
HSV(B)122.07º29%39.22%-
XYZ8.3310.927.8-
YUV88.14118.89115.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 100 (39.45% from 255) = 41.15%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=29.22%
G=41.15%
B=29.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71100720.2900.280.61122.0716.9633.53
Hex4764481D01C3D7a1122
Octal10714411035034751722142
Binary10001111100100100100011101011100111101111101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476448; }

 p { color: rgb(71,100,72); }

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

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

 a { background-color: rgb(71,100,72); }

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

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

 span { border-color: rgb(71,100,72); }

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