#475E31

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

Shades of Dell #475E31

Tints of Dell #475E31

Color information

#475E31 (or 0x475E31) is unknown color: approx Dell. HEX triplet: 47, 5E and 31. RGB value is (71,94,49). Sum of RGB (Red+Green+Blue) = 71+94+49=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 94 - color contains mainly: green. Hex color #475E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E31 is #B8A1CE. Grayscale: #525252. Windows color (decimal): -12100047 or 3235399. OLE color: 3235399.

HSL color Cylindrical-coordinate representation of color #475E31: hue angle of 90.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #475E31 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB719449-
CMYK0.2400.480.63
HSL90.67º31.47%28.04%-
HSV(B)90.67º47.87%36.86%-
XYZ7.169.574.38-
YUV81.99109.38120.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 94 (37.11% from 255) = 43.93%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=33.18%
G=43.93%
B=22.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194490.2400.480.6390.6731.4728.04
Hex475E31180303F5b1f1c
Octal1071366130060771333734
Binary1000111101111011000111000011000011111110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,94,49); }

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

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

 a { background-color: rgb(71,94,49); }

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

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

 span { border-color: rgb(71,94,49); }

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