#404328

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

Shades of Scrub #404328

Tints of Scrub #404328

Color information

#404328 (or 0x404328) is unknown color: approx Scrub. HEX triplet: 40, 43 and 28. RGB value is (64,67,40). Sum of RGB (Red+Green+Blue) = 64+67+40=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #404328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404328 is #BFBCD7. Grayscale: #3F3F3F. Windows color (decimal): -12565720 or 2638656. OLE color: 2638656.

HSL color Cylindrical-coordinate representation of color #404328: hue angle of 66.67º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404328 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB646740-
CMYK0.0400.400.74
HSL66.67º25.23%20.98%-
HSV(B)66.67º40.3%26.27%-
XYZ4.55.262.78-
YUV63.03115.01128.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=37.43%
G=39.18%
B=23.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467400.0400.400.7466.6725.2320.98
Hex40432840284A431915
Octal1001035040501121033125
Binary100000010000111010001000101000100101010000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404328; }

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

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

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

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

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

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

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

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