#40432D

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

Shades of Scrub #40432D

Tints of Scrub #40432D

Color information

#40432D (or 0x40432D) is unknown color: approx Scrub. HEX triplet: 40, 43 and 2D. RGB value is (64,67,45). Sum of RGB (Red+Green+Blue) = 64+67+45=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 67 - color contains mainly: green. Hex color #40432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40432D is #BFBCD2. Grayscale: #3F3F3F. Windows color (decimal): -12565715 or 2966336. OLE color: 2966336.

HSL color Cylindrical-coordinate representation of color #40432D: hue angle of 68.18º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40432D is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB646745-
CMYK0.0400.330.74
HSL68.18º19.64%21.96%-
HSV(B)68.18º32.84%26.27%-
XYZ4.65.293.26-
YUV63.6117.51128.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 67 (26.56% from 255) = 38.07%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=36.36%
G=38.07%
B=25.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467450.0400.330.7468.1819.6421.96
Hex40432D40214A441416
Octal1001035540411121042426
Binary100000010000111011011000100001100101010001001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40432D; }

 p { color: rgb(64,67,45); }

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

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

 a { background-color: rgb(64,67,45); }

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

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

 span { border-color: rgb(64,67,45); }

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