#424632

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

Shades of Scrub #424632

Tints of Scrub #424632

Color information

#424632 (or 0x424632) is unknown color: approx Scrub. HEX triplet: 42, 46 and 32. RGB value is (66,70,50). Sum of RGB (Red+Green+Blue) = 66+70+50=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 70 - color contains mainly: green. Hex color #424632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424632 is #BDB9CD. Grayscale: #424242. Windows color (decimal): -12433870 or 3294786. OLE color: 3294786.

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

Color convert

RGB667050-
CMYK0.0600.290.73
HSL72º16.67%23.53%-
HSV(B)72º28.57%27.45%-
XYZ5.015.773.87-
YUV66.52118.67127.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=35.48%
G=37.63%
B=26.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6670500.0600.290.737216.6723.53
Hex424632601D49481118
Octal1021066260351111102130
Binary10000101000110110010110011101100100110010001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424632; }

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

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

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

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

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

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

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

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