#404337

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

Shades of Scrub #404337

Tints of Scrub #404337

Color information

#404337 (or 0x404337) is unknown color: approx Scrub. HEX triplet: 40, 43 and 37. RGB value is (64,67,55). Sum of RGB (Red+Green+Blue) = 64+67+55=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 67 - color contains mainly: green. Hex color #404337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404337 is #BFBCC8. Grayscale: #404040. Windows color (decimal): -12565705 or 3621696. OLE color: 3621696.

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

Color convert

RGB646755-
CMYK0.0400.180.74
HSL75º9.84%23.92%-
HSV(B)75º17.91%26.27%-
XYZ4.815.384.4-
YUV64.74122.51127.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 55 (21.88% from 255) = 29.57%
R=34.41%
G=36.02%
B=29.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467550.0400.180.74759.8423.92
Hex40433740124A4ba18
Octal1001036740221121131230
Binary1000000100001111011110001001010010101001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404337; }

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

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

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

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

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

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

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

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