#404331

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

Shades of Scrub #404331

Tints of Scrub #404331

Color information

#404331 (or 0x404331) is unknown color: approx Scrub. HEX triplet: 40, 43 and 31. RGB value is (64,67,49). Sum of RGB (Red+Green+Blue) = 64+67+49=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #404331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404331 is #BFBCCE. Grayscale: #404040. Windows color (decimal): -12565711 or 3228480. OLE color: 3228480.

HSL color Cylindrical-coordinate representation of color #404331: hue angle of 70º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404331 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB646749-
CMYK0.0400.270.74
HSL70º15.52%22.75%-
HSV(B)70º26.87%26.27%-
XYZ4.685.333.69-
YUV64.05119.51127.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 67 (26.56% from 255) = 37.22%
BLUE value IS 49 (19.53% from 255) = 27.22%
R=35.56%
G=37.22%
B=27.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467490.0400.270.747015.5222.75
Hex404331401B4A461017
Octal1001036140331121062027
Binary10000001000011110001100011011100101010001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404331; }

 p { color: rgb(64,67,49); }

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

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

 a { background-color: rgb(64,67,49); }

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

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

 span { border-color: rgb(64,67,49); }

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