#475A37

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

Shades of Dell #475A37

Tints of Dell #475A37

Color information

#475A37 (or 0x475A37) is unknown color: approx Dell. HEX triplet: 47, 5A and 37. RGB value is (71,90,55). Sum of RGB (Red+Green+Blue) = 71+90+55=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #475A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A37 is #B8A5C8. Grayscale: #505050. Windows color (decimal): -12101065 or 3627591. OLE color: 3627591.

HSL color Cylindrical-coordinate representation of color #475A37: hue angle of 92.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475A37 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB719055-
CMYK0.2100.390.65
HSL92.57º24.14%28.43%-
HSV(B)92.57º38.89%35.29%-
XYZ6.948.934.97-
YUV80.33113.71121.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 90 (35.55% from 255) = 41.67%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=32.87%
G=41.67%
B=25.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190550.2100.390.6592.5724.1428.43
Hex475A3715027415d181c
Octal10713267250471011353034
Binary10001111011010110111101010100111100000110111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475A37; }

 p { color: rgb(71,90,55); }

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

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

 a { background-color: rgb(71,90,55); }

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

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

 span { border-color: rgb(71,90,55); }

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