#476048

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

Shades of Nandor #476048

Tints of Nandor #476048

Color information

#476048 (or 0x476048) is unknown color: approx Nandor. HEX triplet: 47, 60 and 48. RGB value is (71,96,72). Sum of RGB (Red+Green+Blue) = 71+96+72=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #476048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476048 is #B89FB7. Grayscale: #555555. Windows color (decimal): -12099512 or 4743239. OLE color: 4743239.

HSL color Cylindrical-coordinate representation of color #476048: hue angle of 122.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #476048 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB719672-
CMYK0.2600.250.62
HSL122.4º14.97%32.75%-
HSV(B)122.4º26.04%37.65%-
XYZ7.9510.177.68-
YUV85.79120.22117.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=29.71%
G=40.17%
B=30.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196720.2600.250.62122.414.9732.75
Hex4760481A0193E7af21
Octal10714011032031761721741
Binary1000111110000010010001101001100111111011110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476048; }

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

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

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

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

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

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

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

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