#404631

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

Shades of Scrub #404631

Tints of Scrub #404631

Color information

#404631 (or 0x404631) is unknown color: approx Scrub. HEX triplet: 40, 46 and 31. RGB value is (64,70,49). Sum of RGB (Red+Green+Blue) = 64+70+49=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #404631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404631 is #BFB9CE. Grayscale: #414141. Windows color (decimal): -12564943 or 3229248. OLE color: 3229248.

HSL color Cylindrical-coordinate representation of color #404631: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404631 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB647049-
CMYK0.0900.300.73
HSL77.14º17.65%23.33%-
HSV(B)77.14º30%27.45%-
XYZ4.865.693.75-
YUV65.81118.51126.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=34.97%
G=38.25%
B=26.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470490.0900.300.7377.1417.6523.33
Hex404631901E494d1217
Octal10010661110361111152227
Binary100000010001101100011001011110100100110011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404631; }

 p { color: rgb(64,70,49); }

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

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

 a { background-color: rgb(64,70,49); }

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

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

 span { border-color: rgb(64,70,49); }

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