#47622E

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

Shades of Dell #47622E

Tints of Dell #47622E

Color information

#47622E (or 0x47622E) is unknown color: approx Dell. HEX triplet: 47, 62 and 2E. RGB value is (71,98,46). Sum of RGB (Red+Green+Blue) = 71+98+46=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #47622E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47622E is #B89DD1. Grayscale: #545454. Windows color (decimal): -12099026 or 3039815. OLE color: 3039815.

HSL color Cylindrical-coordinate representation of color #47622E: hue angle of 91.15º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47622E is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB719846-
CMYK0.2800.530.62
HSL91.15º36.11%28.24%-
HSV(B)91.15º53.06%38.43%-
XYZ7.4610.274.17-
YUV84106.55118.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=33.02%
G=45.58%
B=21.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198460.2800.530.6291.1536.1128.24
Hex47622E1C0353E5b241c
Octal1071425634065761334434
Binary10001111100010101110111000110101111110101101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47622E; }

 p { color: rgb(71,98,46); }

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

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

 a { background-color: rgb(71,98,46); }

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

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

 span { border-color: rgb(71,98,46); }

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