#404428

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

Shades of Scrub #404428

Tints of Scrub #404428

Color information

#404428 (or 0x404428) is unknown color: approx Scrub. HEX triplet: 40, 44 and 28. RGB value is (64,68,40). Sum of RGB (Red+Green+Blue) = 64+68+40=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 68 - color contains mainly: green. Hex color #404428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404428 is #BFBBD7. Grayscale: #3F3F3F. Windows color (decimal): -12565464 or 2638912. OLE color: 2638912.

HSL color Cylindrical-coordinate representation of color #404428: hue angle of 68.57º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404428 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB646840-
CMYK0.0600.410.73
HSL68.57º25.93%21.18%-
HSV(B)68.57º41.18%26.67%-
XYZ4.565.382.8-
YUV63.61114.67128.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=37.21%
G=39.53%
B=23.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468400.0600.410.7368.5725.9321.18
Hex404428602949451a15
Octal1001045060511111053225
Binary100000010001001010001100101001100100110001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404428; }

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

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

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

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

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

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

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

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