#47632D

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

Shades of Dell #47632D

Tints of Dell #47632D

Color information

#47632D (or 0x47632D) is unknown color: approx Dell. HEX triplet: 47, 63 and 2D. RGB value is (71,99,45). Sum of RGB (Red+Green+Blue) = 71+99+45=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #47632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47632D is #B89CD2. Grayscale: #545454. Windows color (decimal): -12098771 or 2974535. OLE color: 2974535.

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

Color convert

RGB719945-
CMYK0.2800.550.61
HSL91.11º37.5%28.24%-
HSV(B)91.11º54.55%38.82%-
XYZ7.5310.454.1-
YUV84.47105.72118.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 45 (17.97% from 255) = 20.93%
R=33.02%
G=46.05%
B=20.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7199450.2800.550.6191.1137.528.24
Hex47632D1C0373D5b261c
Octal1071435534067751334634
Binary10001111100011101101111000110111111101101101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47632D; }

 p { color: rgb(71,99,45); }

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

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

 a { background-color: rgb(71,99,45); }

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

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

 span { border-color: rgb(71,99,45); }

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