#424631

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

Shades of Scrub #424631

Tints of Scrub #424631

Color information

#424631 (or 0x424631) is unknown color: approx Scrub. HEX triplet: 42, 46 and 31. RGB value is (66,70,49). Sum of RGB (Red+Green+Blue) = 66+70+49=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 70 - color contains mainly: green. Hex color #424631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424631 is #BDB9CE. Grayscale: #424242. Windows color (decimal): -12433871 or 3229250. OLE color: 3229250.

HSL color Cylindrical-coordinate representation of color #424631: hue angle of 71.43º 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 #424631 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB667049-
CMYK0.0600.300.73
HSL71.43º17.65%23.33%-
HSV(B)71.43º30%27.45%-
XYZ4.995.763.75-
YUV66.41118.17127.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=35.68%
G=37.84%
B=26.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6670490.0600.300.7371.4317.6523.33
Hex424631601E49471217
Octal1021066160361111072227
Binary10000101000110110001110011110100100110001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424631; }

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

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

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

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

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

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

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

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