#404132

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

Shades of Scrub #404132

Tints of Scrub #404132

Color information

#404132 (or 0x404132) is unknown color: approx Scrub. HEX triplet: 40, 41 and 32. RGB value is (64,65,50). Sum of RGB (Red+Green+Blue) = 64+65+50=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 65 - color contains mainly: green. Hex color #404132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404132 is #BFBECD. Grayscale: #3F3F3F. Windows color (decimal): -12566222 or 3293504. OLE color: 3293504.

HSL color Cylindrical-coordinate representation of color #404132: hue angle of 64º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404132 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB646550-
CMYK0.0200.230.75
HSL64º13.04%22.55%-
HSV(B)64º23.08%25.49%-
XYZ4.585.13.76-
YUV62.99120.67128.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=35.75%
G=36.31%
B=27.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465500.0200.230.756413.0422.55
Hex40413220174B40d17
Octal1001016220271131001527
Binary100000010000011100101001011110010111000000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404132; }

 p { color: rgb(64,65,50); }

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

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

 a { background-color: rgb(64,65,50); }

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

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

 span { border-color: rgb(64,65,50); }

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