#47622C

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

Shades of Dell #47622C

Tints of Dell #47622C

Color information

#47622C (or 0x47622C) is unknown color: approx Dell. HEX triplet: 47, 62 and 2C. RGB value is (71,98,44). Sum of RGB (Red+Green+Blue) = 71+98+44=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #47622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47622C is #B89DD3. Grayscale: #535353. Windows color (decimal): -12099028 or 2908743. OLE color: 2908743.

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

Color convert

RGB719844-
CMYK0.2800.550.62
HSL90º38.03%27.84%-
HSV(B)90º55.1%38.43%-
XYZ7.4210.263.97-
YUV83.77105.55118.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=33.33%
G=46.01%
B=20.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198440.2800.550.629038.0327.84
Hex47622C1C0373E5a261c
Octal1071425434067761324634
Binary10001111100010101100111000110111111110101101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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