#434532

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

Shades of Scrub #434532

Tints of Scrub #434532

Color information

#434532 (or 0x434532) is unknown color: approx Scrub. HEX triplet: 43, 45 and 32. RGB value is (67,69,50). Sum of RGB (Red+Green+Blue) = 67+69+50=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #434532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434532 is #BCBACD. Grayscale: #424242. Windows color (decimal): -12368590 or 3294531. OLE color: 3294531.

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

Color convert

RGB676950-
CMYK0.0300.280.73
HSL66.32º15.97%23.33%-
HSV(B)66.32º27.54%27.06%-
XYZ5.025.683.85-
YUV66.24118.84128.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.02%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=36.02%
G=37.10%
B=26.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6769500.0300.280.7366.3215.9723.33
Hex434532301C49421017
Octal1031056230341111022027
Binary1000011100010111001011011100100100110000101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434532; }

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

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

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

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

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

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

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

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