#475D38

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

Shades of Dell #475D38

Tints of Dell #475D38

Color information

#475D38 (or 0x475D38) is unknown color: approx Dell. HEX triplet: 47, 5D and 38. RGB value is (71,93,56). Sum of RGB (Red+Green+Blue) = 71+93+56=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #475D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D38 is #B8A2C7. Grayscale: #525252. Windows color (decimal): -12100296 or 3693895. OLE color: 3693895.

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

Color convert

RGB719356-
CMYK0.2400.400.64
HSL95.68º24.83%29.22%-
HSV(B)95.68º39.78%36.47%-
XYZ7.239.455.19-
YUV82.2113.21120.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=32.27%
G=42.27%
B=25.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193560.2400.400.6495.6824.8329.22
Hex475D38180284060191d
Octal10713570300501001403135
Binary10001111011101111000110000101000100000011000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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