#343F2B

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

Shades of Mallard #343F2B

Tints of Mallard #343F2B

Color information

#343F2B (or 0x343F2B) is unknown color: approx Mallard. HEX triplet: 34, 3F and 2B. RGB value is (52,63,43). Sum of RGB (Red+Green+Blue) = 52+63+43=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 63 - color contains mainly: green. Hex color #343F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F2B is #CBC0D4. Grayscale: #393939. Windows color (decimal): -13353173 or 2834228. OLE color: 2834228.

HSL color Cylindrical-coordinate representation of color #343F2B: hue angle of 93º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #343F2B is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB526343-
CMYK0.1700.320.75
HSL93º18.87%20.78%-
HSV(B)93º31.75%24.71%-
XYZ3.634.462.95-
YUV57.43119.86124.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 63 (25% from 255) = 39.87%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=32.91%
G=39.87%
B=27.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5263430.1700.320.759318.8720.78
Hex343F2B110204B5d1315
Octal647753210401131352325
Binary110100111111101011100010100000100101110111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,63,43); }

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

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

 a { background-color: rgb(52,63,43); }

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

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

 span { border-color: rgb(52,63,43); }

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