#475B38

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

Shades of Dell #475B38

Tints of Dell #475B38

Color information

#475B38 (or 0x475B38) is unknown color: approx Dell. HEX triplet: 47, 5B and 38. RGB value is (71,91,56). Sum of RGB (Red+Green+Blue) = 71+91+56=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #475B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B38 is #B8A4C7. Grayscale: #515151. Windows color (decimal): -12100808 or 3693383. OLE color: 3693383.

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

Color convert

RGB719156-
CMYK0.2200.380.64
HSL94.29º23.81%28.82%-
HSV(B)94.29º38.46%35.69%-
XYZ7.059.115.13-
YUV81.03113.87120.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=32.57%
G=41.74%
B=25.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7191560.2200.380.6494.2923.8128.82
Hex475B3816026405e181d
Octal10713370260461001363035
Binary10001111011011111000101100100110100000010111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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