#424637

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

Shades of Scrub #424637

Tints of Scrub #424637

Color information

#424637 (or 0x424637) is unknown color: approx Scrub. HEX triplet: 42, 46 and 37. RGB value is (66,70,55). Sum of RGB (Red+Green+Blue) = 66+70+55=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 70 - color contains mainly: green. Hex color #424637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424637 is #BDB9C8. Grayscale: #434343. Windows color (decimal): -12433865 or 3622466. OLE color: 3622466.

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

Color convert

RGB667055-
CMYK0.0600.210.73
HSL76º12%24.51%-
HSV(B)76º21.43%27.45%-
XYZ5.135.814.47-
YUV67.09121.17127.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 55 (21.88% from 255) = 28.80%
R=34.55%
G=36.65%
B=28.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6670550.0600.210.73761224.51
Hex4246376015494cc19
Octal1021066760251111141431
Binary1000010100011011011111001010110010011001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424637; }

 p { color: rgb(66,70,55); }

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

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

 a { background-color: rgb(66,70,55); }

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

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

 span { border-color: rgb(66,70,55); }

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