#476E2A

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

Shades of Dell #476E2A

Tints of Dell #476E2A

Color information

#476E2A (or 0x476E2A) is unknown color: approx Dell. HEX triplet: 47, 6E and 2A. RGB value is (71,110,42). Sum of RGB (Red+Green+Blue) = 71+110+42=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #476E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476E2A is #B891D5. Grayscale: #5A5A5A. Windows color (decimal): -12095958 or 2780743. OLE color: 2780743.

HSL color Cylindrical-coordinate representation of color #476E2A: hue angle of 94.41º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476E2A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB7111042-
CMYK0.3500.620.57
HSL94.41º44.74%29.8%-
HSV(B)94.41º61.82%43.14%-
XYZ8.5912.664.18-
YUV90.59100.58114.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=31.84%
G=49.33%
B=18.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71110420.3500.620.5794.4144.7429.8
Hex476E2A2303E395e2d1e
Octal1071565243076711365536
Binary100011111011101010101000110111110111001101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476E2A; }

 p { color: rgb(71,110,42); }

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

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

 a { background-color: rgb(71,110,42); }

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

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

 span { border-color: rgb(71,110,42); }

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