#3A3E36

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

Shades of Mallard #3A3E36

Tints of Mallard #3A3E36

Color information

#3A3E36 (or 0x3A3E36) is unknown color: approx Mallard. HEX triplet: 3A, 3E and 36. RGB value is (58,62,54). Sum of RGB (Red+Green+Blue) = 58+62+54=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 62 - color contains mainly: green. Hex color #3A3E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3E36 is #C5C1C9. Grayscale: #3B3B3B. Windows color (decimal): -12960202 or 3554874. OLE color: 3554874.

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

Color convert

RGB586254-
CMYK0.0600.130.76
HSL90º6.9%22.75%-
HSV(B)90º12.9%24.31%-
XYZ4.134.614.16-
YUV59.89124.67126.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 54 (21.48% from 255) = 31.03%
R=33.33%
G=35.63%
B=31.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5862540.0600.130.76906.922.75
Hex3A3E3660D4C5a717
Octal7276666015114132727
Binary111010111110110110110011011001100101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,62,54); }

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

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

 a { background-color: rgb(58,62,54); }

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

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

 span { border-color: rgb(58,62,54); }

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