#343A2F

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

Shades of Mallard #343A2F

Tints of Mallard #343A2F

Color information

#343A2F (or 0x343A2F) is unknown color: approx Mallard. HEX triplet: 34, 3A and 2F. RGB value is (52,58,47). Sum of RGB (Red+Green+Blue) = 52+58+47=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 58 - color contains mainly: green. Hex color #343A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A2F is #CBC5D0. Grayscale: #363636. Windows color (decimal): -13354449 or 3095092. OLE color: 3095092.

HSL color Cylindrical-coordinate representation of color #343A2F: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #343A2F is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB525847-
CMYK0.1000.190.77
HSL92.73º10.48%20.59%-
HSV(B)92.73º18.97%22.75%-
XYZ3.443.963.27-
YUV54.95123.51125.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=33.12%
G=36.94%
B=29.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5258470.1000.190.7792.7310.4820.59
Hex343A2FA0134D5da15
Octal647257120231151351225
Binary110100111010101111101001001110011011011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343A2F; }

 p { color: rgb(52,58,47); }

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

<style>
 a { background-color: #343A2F; }

 a { background-color: rgb(52,58,47); }

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

<style>
 span { border-color: #343A2F; }

 span { border-color: rgb(52,58,47); }

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