#3A3D38

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

Shades of Mallard #3A3D38

Tints of Mallard #3A3D38

Color information

#3A3D38 (or 0x3A3D38) is unknown color: approx Mallard. HEX triplet: 3A, 3D and 38. RGB value is (58,61,56). Sum of RGB (Red+Green+Blue) = 58+61+56=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3D38 is #C5C2C7. Grayscale: #3B3B3B. Windows color (decimal): -12960456 or 3685690. OLE color: 3685690.

HSL color Cylindrical-coordinate representation of color #3A3D38: hue angle of 96º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3A3D38 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB586156-
CMYK0.0500.080.76
HSL96º4.27%22.94%-
HSV(B)96º8.2%23.92%-
XYZ4.134.524.4-
YUV59.53126.01126.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.14%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 56 (22.27% from 255) = 32%
R=33.14%
G=34.86%
B=32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5861560.0500.080.76964.2722.94
Hex3A3D385084C60417
Octal7275705010114140427
Binary111010111101111000101010001001100110000010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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