#404630

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

Shades of Scrub #404630

Tints of Scrub #404630

Color information

#404630 (or 0x404630) is unknown color: approx Scrub. HEX triplet: 40, 46 and 30. RGB value is (64,70,48). Sum of RGB (Red+Green+Blue) = 64+70+48=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 70 - color contains mainly: green. Hex color #404630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404630 is #BFB9CF. Grayscale: #414141. Windows color (decimal): -12564944 or 3163712. OLE color: 3163712.

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

Color convert

RGB647048-
CMYK0.0900.310.73
HSL76.36º18.64%23.14%-
HSV(B)76.36º31.43%27.45%-
XYZ4.845.683.64-
YUV65.7118.01126.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=35.16%
G=38.46%
B=26.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470480.0900.310.7376.3618.6423.14
Hex404630901F494c1317
Octal10010660110371111142327
Binary100000010001101100001001011111100100110011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404630; }

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

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

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

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

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

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

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

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