#40422E

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

Shades of Scrub #40422E

Tints of Scrub #40422E

Color information

#40422E (or 0x40422E) is unknown color: approx Scrub. HEX triplet: 40, 42 and 2E. RGB value is (64,66,46). Sum of RGB (Red+Green+Blue) = 64+66+46=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 66 - color contains mainly: green. Hex color #40422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40422E is #BFBDD1. Grayscale: #3F3F3F. Windows color (decimal): -12565970 or 3031616. OLE color: 3031616.

HSL color Cylindrical-coordinate representation of color #40422E: hue angle of 66º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40422E is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB646646-
CMYK0.0300.300.74
HSL66º17.86%21.96%-
HSV(B)66º30.3%25.88%-
XYZ4.565.183.35-
YUV63.12118.34128.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=36.36%
G=37.5%
B=26.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6466460.0300.300.746617.8621.96
Hex40422E301E4A421216
Octal1001025630361121022226
Binary1000000100001010111011011110100101010000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40422E; }

 p { color: rgb(64,66,46); }

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

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

 a { background-color: rgb(64,66,46); }

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

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

 span { border-color: rgb(64,66,46); }

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