#40442B

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

Shades of Scrub #40442B

Tints of Scrub #40442B

Color information

#40442B (or 0x40442B) is unknown color: approx Scrub. HEX triplet: 40, 44 and 2B. RGB value is (64,68,43). Sum of RGB (Red+Green+Blue) = 64+68+43=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 68 - color contains mainly: green. Hex color #40442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40442B is #BFBBD4. Grayscale: #404040. Windows color (decimal): -12565461 or 2835520. OLE color: 2835520.

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

Color convert

RGB646843-
CMYK0.0600.370.73
HSL69.6º22.52%21.76%-
HSV(B)69.6º36.76%26.67%-
XYZ4.625.43.08-
YUV63.95116.17128.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=36.57%
G=38.86%
B=24.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468430.0600.370.7369.622.5221.76
Hex40442B602549461716
Octal1001045360451111062726
Binary100000010001001010111100100101100100110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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