#475A36

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

Shades of Dell #475A36

Tints of Dell #475A36

Color information

#475A36 (or 0x475A36) is unknown color: approx Dell. HEX triplet: 47, 5A and 36. RGB value is (71,90,54). Sum of RGB (Red+Green+Blue) = 71+90+54=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #475A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A36 is #B8A5C9. Grayscale: #505050. Windows color (decimal): -12101066 or 3562055. OLE color: 3562055.

HSL color Cylindrical-coordinate representation of color #475A36: hue angle of 91.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475A36 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB719054-
CMYK0.2100.400.65
HSL91.67º25%28.24%-
HSV(B)91.67º40%35.29%-
XYZ6.928.924.85-
YUV80.22113.21121.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 54 (21.48% from 255) = 25.12%
R=33.02%
G=41.86%
B=25.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190540.2100.400.6591.672528.24
Hex475A3615028415c191c
Octal10713266250501011343134
Binary10001111011010110110101010101000100000110111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,90,54); }

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

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

 a { background-color: rgb(71,90,54); }

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

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

 span { border-color: rgb(71,90,54); }

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