#476131

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

Shades of Dell #476131

Tints of Dell #476131

Color information

#476131 (or 0x476131) is unknown color: approx Dell. HEX triplet: 47, 61 and 31. RGB value is (71,97,49). Sum of RGB (Red+Green+Blue) = 71+97+49=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #476131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476131 is #B89ECE. Grayscale: #535353. Windows color (decimal): -12099279 or 3236167. OLE color: 3236167.

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

Color convert

RGB719749-
CMYK0.2700.490.62
HSL92.5º32.88%28.63%-
HSV(B)92.5º49.48%38.04%-
XYZ7.4310.114.47-
YUV83.75108.39118.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 49 (19.53% from 255) = 22.58%
R=32.72%
G=44.70%
B=22.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197490.2700.490.6292.532.8828.63
Hex4761311B0313E5c211d
Octal1071416133061761344135
Binary10001111100001110001110110110001111110101110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476131; }

 p { color: rgb(71,97,49); }

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

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

 a { background-color: rgb(71,97,49); }

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

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

 span { border-color: rgb(71,97,49); }

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