#40423F

Color #40423F Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #40423F

Tints of Mallard #40423F

Color information

#40423F (or 0x40423F) is unknown color: approx Mallard. HEX triplet: 40, 42 and 3F. RGB value is (64,66,63). Sum of RGB (Red+Green+Blue) = 64+66+63=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 66 - color contains mainly: green. Hex color #40423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40423F is #BFBDC0. Grayscale: #414141. Windows color (decimal): -12565953 or 4145728. OLE color: 4145728.

HSL color Cylindrical-coordinate representation of color #40423F: hue angle of 100º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #40423F is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB646663-
CMYK0.0300.050.74
HSL100º2.33%25.29%-
HSV(B)100º4.55%25.88%-
XYZ4.965.355.47-
YUV65.06126.84127.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 63 (25% from 255) = 32.64%
R=33.16%
G=34.20%
B=32.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6466630.0300.050.741002.3325.29
Hex40423F3054A64219
Octal10010277305112144231
Binary10000001000010111111110101100101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40423F; }

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

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

<style>
 a { background-color: #40423F; }

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

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

<style>
 span { border-color: #40423F; }

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

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