#476832

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

Shades of Dell #476832

Tints of Dell #476832

Color information

#476832 (or 0x476832) is unknown color: approx Dell. HEX triplet: 47, 68 and 32. RGB value is (71,104,50). Sum of RGB (Red+Green+Blue) = 71+104+50=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #476832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476832 is #B897CD. Grayscale: #585858. Windows color (decimal): -12097486 or 3303495. OLE color: 3303495.

HSL color Cylindrical-coordinate representation of color #476832: hue angle of 96.67º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476832 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB7110450-
CMYK0.3200.520.59
HSL96.67º35.06%30.2%-
HSV(B)96.67º51.92%40.78%-
XYZ8.1211.474.8-
YUV87.98106.57115.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=31.56%
G=46.22%
B=22.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104500.3200.520.5996.6735.0630.2
Hex476832200343B61231e
Octal1071506240064731414336
Binary100011111010001100101000000110100111011110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476832; }

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

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

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

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

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

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

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

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