#3D4438

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

Shades of Mallard #3D4438

Tints of Mallard #3D4438

Color information

#3D4438 (or 0x3D4438) is unknown color: approx Mallard. HEX triplet: 3D, 44 and 38. RGB value is (61,68,56). Sum of RGB (Red+Green+Blue) = 61+68+56=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #3D4438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4438 is #C2BBC7. Grayscale: #404040. Windows color (decimal): -12762056 or 3687485. OLE color: 3687485.

HSL color Cylindrical-coordinate representation of color #3D4438: hue angle of 95º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D4438 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB616856-
CMYK0.1000.180.73
HSL95º9.68%24.31%-
HSV(B)95º17.65%26.67%-
XYZ4.715.414.54-
YUV64.54123.18125.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=32.97%
G=36.76%
B=30.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6168560.1000.180.73959.6824.31
Hex3D4438A012495fa18
Octal7510470120221111371230
Binary1111011000100111000101001001010010011011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D4438; }

 p { color: rgb(61,68,56); }

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

<style>
 a { background-color: #3D4438; }

 a { background-color: rgb(61,68,56); }

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

<style>
 span { border-color: #3D4438; }

 span { border-color: rgb(61,68,56); }

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