#40442C

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

Shades of Scrub #40442C

Tints of Scrub #40442C

Color information

#40442C (or 0x40442C) is unknown color: approx Scrub. HEX triplet: 40, 44 and 2C. RGB value is (64,68,44). Sum of RGB (Red+Green+Blue) = 64+68+44=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 68 - color contains mainly: green. Hex color #40442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40442C is #BFBBD3. Grayscale: #404040. Windows color (decimal): -12565460 or 2901056. OLE color: 2901056.

HSL color Cylindrical-coordinate representation of color #40442C: hue angle of 70º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40442C is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB646844-
CMYK0.0600.350.73
HSL70º21.43%21.96%-
HSV(B)70º35.29%26.67%-
XYZ4.645.413.18-
YUV64.07116.67127.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 44 (17.58% from 255) = 25%
R=36.36%
G=38.64%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468440.0600.350.737021.4321.96
Hex40442C602349461516
Octal1001045460431111062526
Binary100000010001001011001100100011100100110001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40442C; }

 p { color: rgb(64,68,44); }

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

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

 a { background-color: rgb(64,68,44); }

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

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

 span { border-color: rgb(64,68,44); }

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