#475B34

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

Shades of Dell #475B34

Tints of Dell #475B34

Color information

#475B34 (or 0x475B34) is unknown color: approx Dell. HEX triplet: 47, 5B and 34. RGB value is (71,91,52). Sum of RGB (Red+Green+Blue) = 71+91+52=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 91 - color contains mainly: green. Hex color #475B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B34 is #B8A4CB. Grayscale: #505050. Windows color (decimal): -12100812 or 3431239. OLE color: 3431239.

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

Color convert

RGB719152-
CMYK0.2200.430.64
HSL90.77º27.27%28.04%-
HSV(B)90.77º42.86%35.69%-
XYZ6.969.074.63-
YUV80.57111.87121.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 91 (35.94% from 255) = 42.52%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=33.18%
G=42.52%
B=24.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7191520.2200.430.6490.7727.2728.04
Hex475B341602B405b1b1c
Octal10713364260531001333334
Binary10001111011011110100101100101011100000010110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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