#476032

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

Shades of Dell #476032

Tints of Dell #476032

Color information

#476032 (or 0x476032) is unknown color: approx Dell. HEX triplet: 47, 60 and 32. RGB value is (71,96,50). Sum of RGB (Red+Green+Blue) = 71+96+50=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #476032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476032 is #B89FCD. Grayscale: #535353. Windows color (decimal): -12099534 or 3301447. OLE color: 3301447.

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

Color convert

RGB719650-
CMYK0.2600.480.62
HSL92.61º31.51%28.63%-
HSV(B)92.61º47.92%37.65%-
XYZ7.369.944.55-
YUV83.28109.22119.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=32.72%
G=44.24%
B=23.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196500.2600.480.6292.6131.5128.63
Hex4760321A0303E5d201d
Octal1071406232060761354035
Binary10001111100000110010110100110000111110101110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476032; }

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

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

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

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

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

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

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

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