#475937

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

Shades of Dell #475937

Tints of Dell #475937

Color information

#475937 (or 0x475937) is unknown color: approx Dell. HEX triplet: 47, 59 and 37. RGB value is (71,89,55). Sum of RGB (Red+Green+Blue) = 71+89+55=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #475937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475937 is #B8A6C8. Grayscale: #4F4F4F. Windows color (decimal): -12101321 or 3627335. OLE color: 3627335.

HSL color Cylindrical-coordinate representation of color #475937: hue angle of 91.76º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475937 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB718955-
CMYK0.2000.380.65
HSL91.76º23.61%28.24%-
HSV(B)91.76º38.2%34.9%-
XYZ6.868.764.94-
YUV79.74114.04121.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=33.02%
G=41.40%
B=25.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189550.2000.380.6591.7623.6128.24
Hex47593714026415c181c
Octal10713167240461011343034
Binary10001111011001110111101000100110100000110111001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475937; }

 p { color: rgb(71,89,55); }

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

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

 a { background-color: rgb(71,89,55); }

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

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

 span { border-color: rgb(71,89,55); }

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