#475E3A

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

Shades of Dell #475E3A

Tints of Dell #475E3A

Color information

#475E3A (or 0x475E3A) is unknown color: approx Dell. HEX triplet: 47, 5E and 3A. RGB value is (71,94,58). Sum of RGB (Red+Green+Blue) = 71+94+58=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 94 - color contains mainly: green. Hex color #475E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E3A is #B8A1C5. Grayscale: #535353. Windows color (decimal): -12100038 or 3825223. OLE color: 3825223.

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

Color convert

RGB719458-
CMYK0.2400.380.63
HSL98.33º23.68%29.8%-
HSV(B)98.33º38.3%36.86%-
XYZ7.369.655.48-
YUV83.02113.88119.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 94 (37.11% from 255) = 42.15%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=31.84%
G=42.15%
B=26.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194580.2400.380.6398.3323.6829.8
Hex475E3A180263F62181e
Octal1071367230046771423036
Binary1000111101111011101011000010011011111111000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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