#477225

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

Shades of Dell #477225

Tints of Dell #477225

Color information

#477225 (or 0x477225) is unknown color: approx Dell. HEX triplet: 47, 72 and 25. RGB value is (71,114,37). Sum of RGB (Red+Green+Blue) = 71+114+37=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #477225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477225 is #B88DDA. Grayscale: #5C5C5C. Windows color (decimal): -12094939 or 2454087. OLE color: 2454087.

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

Color convert

RGB7111437-
CMYK0.3800.680.55
HSL93.51º50.99%29.61%-
HSV(B)93.51º67.54%44.71%-
XYZ8.9513.513.89-
YUV92.3696.75112.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=31.98%
G=51.35%
B=16.67%

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
Decimal71114370.3800.680.5593.5150.9929.61
Hex47722526044375e331e
Octal10716245460104671366336
Binary1000111111001010010110011001000100110111101111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477225; }

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

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

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

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

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

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

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

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