#404137

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

Shades of Scrub #404137

Tints of Scrub #404137

Color information

#404137 (or 0x404137) is unknown color: approx Scrub. HEX triplet: 40, 41 and 37. RGB value is (64,65,55). Sum of RGB (Red+Green+Blue) = 64+65+55=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #404137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404137 is #BFBEC8. Grayscale: #3F3F3F. Windows color (decimal): -12566217 or 3621184. OLE color: 3621184.

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

Color convert

RGB646555-
CMYK0.0200.150.75
HSL66º8.33%23.53%-
HSV(B)66º15.38%25.49%-
XYZ4.695.154.36-
YUV63.56123.17128.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 55 (21.88% from 255) = 29.89%
R=34.78%
G=35.33%
B=29.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465550.0200.150.75668.3323.53
Hex40413720F4B42818
Octal1001016720171131021030
Binary10000001000001110111100111110010111000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404137; }

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

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

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

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

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

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

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

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