#40442A

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

Shades of Scrub #40442A

Tints of Scrub #40442A

Color information

#40442A (or 0x40442A) is unknown color: approx Scrub. HEX triplet: 40, 44 and 2A. RGB value is (64,68,42). Sum of RGB (Red+Green+Blue) = 64+68+42=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #40442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40442A is #BFBBD5. Grayscale: #3F3F3F. Windows color (decimal): -12565462 or 2769984. OLE color: 2769984.

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

Color convert

RGB646842-
CMYK0.0600.380.73
HSL69.23º23.64%21.57%-
HSV(B)69.23º38.24%26.67%-
XYZ4.65.392.99-
YUV63.84115.67128.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=36.78%
G=39.08%
B=24.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468420.0600.380.7369.2323.6421.57
Hex40442A602649451816
Octal1001045260461111053026
Binary100000010001001010101100100110100100110001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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