#475D34

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

Shades of Dell #475D34

Tints of Dell #475D34

Color information

#475D34 (or 0x475D34) is unknown color: approx Dell. HEX triplet: 47, 5D and 34. RGB value is (71,93,52). Sum of RGB (Red+Green+Blue) = 71+93+52=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #475D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D34 is #B8A2CB. Grayscale: #515151. Windows color (decimal): -12100300 or 3431751. OLE color: 3431751.

HSL color Cylindrical-coordinate representation of color #475D34: hue angle of 92.2º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #475D34 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB719352-
CMYK0.2400.440.64
HSL92.2º28.28%28.43%-
HSV(B)92.2º44.09%36.47%-
XYZ7.139.424.69-
YUV81.75111.21120.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 93 (36.72% from 255) = 43.06%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=32.87%
G=43.06%
B=24.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193520.2400.440.6492.228.2828.43
Hex475D341802C405c1c1c
Octal10713564300541001343434
Binary10001111011101110100110000101100100000010111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,93,52); }

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

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

 a { background-color: rgb(71,93,52); }

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

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

 span { border-color: rgb(71,93,52); }

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