#475F35

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

Shades of Dell #475F35

Tints of Dell #475F35

Color information

#475F35 (or 0x475F35) is unknown color: approx Dell. HEX triplet: 47, 5F and 35. RGB value is (71,95,53). Sum of RGB (Red+Green+Blue) = 71+95+53=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #475F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475F35 is #B8A0CA. Grayscale: #535353. Windows color (decimal): -12099787 or 3497799. OLE color: 3497799.

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

Color convert

RGB719553-
CMYK0.2500.440.63
HSL94.29º28.38%29.02%-
HSV(B)94.29º44.21%37.25%-
XYZ7.339.784.87-
YUV83.04111.05119.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 95 (37.5% from 255) = 43.38%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=32.42%
G=43.38%
B=24.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7195530.2500.440.6394.2928.3829.02
Hex475F351902C3F5e1c1d
Octal1071376531054771363435
Binary1000111101111111010111001010110011111110111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,95,53); }

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

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

 a { background-color: rgb(71,95,53); }

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

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

 span { border-color: rgb(71,95,53); }

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