#477524

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

Shades of Dell #477524

Tints of Dell #477524

Color information

#477524 (or 0x477524) is unknown color: approx Dell. HEX triplet: 47, 75 and 24. RGB value is (71,117,36). Sum of RGB (Red+Green+Blue) = 71+117+36=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #477524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477524 is #B88ADB. Grayscale: #5E5E5E. Windows color (decimal): -12094172 or 2389319. OLE color: 2389319.

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

Color convert

RGB7111736-
CMYK0.3900.690.54
HSL94.07º52.94%30%-
HSV(B)94.07º69.23%45.88%-
XYZ9.2814.193.92-
YUV94.0195.26111.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 117 (46.09% from 255) = 52.23%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=31.70%
G=52.23%
B=16.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117360.3900.690.5494.0752.9430
Hex47752427045365e351e
Octal10716544470105661366536
Binary1000111111010110010010011101000101110110101111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477524; }

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

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

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

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

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

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

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

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