#477529

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

Shades of Dell #477529

Tints of Dell #477529

Color information

#477529 (or 0x477529) is unknown color: approx Dell. HEX triplet: 47, 75 and 29. RGB value is (71,117,41). Sum of RGB (Red+Green+Blue) = 71+117+41=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #477529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477529 is #B88AD6. Grayscale: #5E5E5E. Windows color (decimal): -12094167 or 2716999. OLE color: 2716999.

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

Color convert

RGB7111741-
CMYK0.3900.650.54
HSL96.32º48.1%30.98%-
HSV(B)96.32º64.96%45.88%-
XYZ9.3614.224.35-
YUV94.5897.76111.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 41 (16.41% from 255) = 17.90%
R=31.00%
G=51.09%
B=17.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117410.3900.650.5496.3248.130.98
Hex477529270413660301f
Octal10716551470101661406037
Binary1000111111010110100110011101000001110110110000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477529; }

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

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

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

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

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

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

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

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