#477528

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

Shades of Dell #477528

Tints of Dell #477528

Color information

#477528 (or 0x477528) is unknown color: approx Dell. HEX triplet: 47, 75 and 28. RGB value is (71,117,40). Sum of RGB (Red+Green+Blue) = 71+117+40=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #477528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477528 is #B88AD7. Grayscale: #5E5E5E. Windows color (decimal): -12094168 or 2651463. OLE color: 2651463.

HSL color Cylindrical-coordinate representation of color #477528: hue angle of 95.84º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #477528 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB7111740-
CMYK0.3900.660.54
HSL95.84º49.04%30.78%-
HSV(B)95.84º65.81%45.88%-
XYZ9.3414.224.26-
YUV94.4797.26111.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 117 (46.09% from 255) = 51.32%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=31.14%
G=51.32%
B=17.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117400.3900.660.5495.8449.0430.78
Hex477528270423660311f
Octal10716550470102661406137
Binary1000111111010110100010011101000010110110110000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477528; }

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

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

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

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

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

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

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

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