#404332

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

Shades of Scrub #404332

Tints of Scrub #404332

Color information

#404332 (or 0x404332) is unknown color: approx Scrub. HEX triplet: 40, 43 and 32. RGB value is (64,67,50). Sum of RGB (Red+Green+Blue) = 64+67+50=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #404332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404332 is #BFBCCD. Grayscale: #404040. Windows color (decimal): -12565710 or 3294016. OLE color: 3294016.

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

Color convert

RGB646750-
CMYK0.0400.250.74
HSL70.59º14.53%22.94%-
HSV(B)70.59º25.37%26.27%-
XYZ4.75.333.8-
YUV64.17120.01127.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 50 (19.92% from 255) = 27.62%
R=35.36%
G=37.02%
B=27.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467500.0400.250.7470.5914.5322.94
Hex40433240194A47f17
Octal1001036240311121071727
Binary1000000100001111001010001100110010101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404332; }

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

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

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

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

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

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

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

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