#40483C

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

Shades of Mallard #40483C

Tints of Mallard #40483C

Color information

#40483C (or 0x40483C) is unknown color: approx Mallard. HEX triplet: 40, 48 and 3C. RGB value is (64,72,60). Sum of RGB (Red+Green+Blue) = 64+72+60=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #40483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40483C is #BFB7C3. Grayscale: #444444. Windows color (decimal): -12564420 or 3950656. OLE color: 3950656.

HSL color Cylindrical-coordinate representation of color #40483C: hue angle of 100º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #40483C is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB647260-
CMYK0.1100.170.72
HSL100º9.09%25.88%-
HSV(B)100º16.67%28.24%-
XYZ5.256.055.17-
YUV68.24123.35124.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=32.65%
G=36.73%
B=30.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6472600.1100.170.721009.0925.88
Hex40483CB011486491a
Octal10011074130211101441132
Binary10000001001000111100101101000110010001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,72,60); }

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

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

 a { background-color: rgb(64,72,60); }

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

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

 span { border-color: rgb(64,72,60); }

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