#477328

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

Shades of Dell #477328

Tints of Dell #477328

Color information

#477328 (or 0x477328) is unknown color: approx Dell. HEX triplet: 47, 73 and 28. RGB value is (71,115,40). Sum of RGB (Red+Green+Blue) = 71+115+40=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #477328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477328 is #B88CD7. Grayscale: #5D5D5D. Windows color (decimal): -12094680 or 2650951. OLE color: 2650951.

HSL color Cylindrical-coordinate representation of color #477328: hue angle of 95.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477328 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB7111540-
CMYK0.3800.650.55
HSL95.2º48.39%30.39%-
HSV(B)95.2º65.22%45.1%-
XYZ9.1113.754.18-
YUV93.2997.92112.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=31.42%
G=50.88%
B=17.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71115400.3800.650.5595.248.3930.39
Hex47732826041375f301e
Octal10716350460101671376036
Binary1000111111001110100010011001000001110111101111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477328; }

 p { color: rgb(71,115,40); }

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

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

 a { background-color: rgb(71,115,40); }

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

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

 span { border-color: rgb(71,115,40); }

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