#477224

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

Shades of Dell #477224

Tints of Dell #477224

Color information

#477224 (or 0x477224) is unknown color: approx Dell. HEX triplet: 47, 72 and 24. RGB value is (71,114,36). Sum of RGB (Red+Green+Blue) = 71+114+36=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #477224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477224 is #B88DDB. Grayscale: #5C5C5C. Windows color (decimal): -12094940 or 2388551. OLE color: 2388551.

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

Color convert

RGB7111436-
CMYK0.3800.680.55
HSL93.08º52%29.41%-
HSV(B)93.08º68.42%44.71%-
XYZ8.9313.53.8-
YUV92.2596.25112.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 36 (14.45% from 255) = 16.29%
R=32.13%
G=51.58%
B=16.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114360.3800.680.5593.085229.41
Hex47722426044375d341d
Octal10716244460104671356435
Binary1000111111001010010010011001000100110111101110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477224; }

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

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

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

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

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

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

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

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