#424432

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

Shades of Scrub #424432

Tints of Scrub #424432

Color information

#424432 (or 0x424432) is unknown color: approx Scrub. HEX triplet: 42, 44 and 32. RGB value is (66,68,50). Sum of RGB (Red+Green+Blue) = 66+68+50=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #424432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424432 is #BDBBCD. Grayscale: #414141. Windows color (decimal): -12434382 or 3294274. OLE color: 3294274.

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

Color convert

RGB666850-
CMYK0.0300.260.73
HSL66.67º15.25%23.14%-
HSV(B)66.67º26.47%26.67%-
XYZ4.895.523.83-
YUV65.35119.34128.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=35.87%
G=36.96%
B=27.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6668500.0300.260.7366.6715.2523.14
Hex424432301A4943f17
Octal1021046230321111031727
Binary100001010001001100101101101010010011000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424432; }

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

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

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

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

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

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

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

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