#424532

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

Shades of Scrub #424532

Tints of Scrub #424532

Color information

#424532 (or 0x424532) is unknown color: approx Scrub. HEX triplet: 42, 45 and 32. RGB value is (66,69,50). Sum of RGB (Red+Green+Blue) = 66+69+50=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #424532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424532 is #BDBACD. Grayscale: #424242. Windows color (decimal): -12434126 or 3294530. OLE color: 3294530.

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

Color convert

RGB666950-
CMYK0.0400.280.73
HSL69.47º15.97%23.33%-
HSV(B)69.47º27.54%27.06%-
XYZ4.955.643.85-
YUV65.94119.01128.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=35.68%
G=37.30%
B=27.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669500.0400.280.7369.4715.9723.33
Hex424532401C49451017
Octal1021056240341111052027
Binary10000101000101110010100011100100100110001011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424532; }

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

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

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

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

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

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

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

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