Html Css Color HEX #343C2E Mallard

📋 copy color: '#343C2E'

red 52 ◦ green 60 ◦ blue 46

#343C2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #343C2E

Tints of Mallard #343C2E

RGB

 RED value IS 52 (20.7% from 255) = 32.91%

 GREEN value IS 60 (23.83% from 255) = 37.97%

 BLUE value IS 46 (18.36% from 255) = 29.11%

R = 32.91%
G = 37.97%
B = 29.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#343C2E (or 0x343C2E) is known color: Mallard. HEX triplet: 34, 3C and 2E. RGB value is (52,60,46). Sum of RGB (Red+Green+Blue) = 52+60+46=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 60 - color contains mainly: green. Hex color #343C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C2E is #CBC3D1. Grayscale: #383838. Windows color (decimal): -13353938 or 3030068. OLE color: 3030068.

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

Color convert

RGB 52 60 46 -
CMYK 0.13 0 0.23 0.76
HSL 94.29º 0.13% 0.21% -
HSV(B) 94.29º 0.23% 0.24% -
XYZ 3.53 4.16 3.2 -
YUV 56.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 52 60 46 0.13 0 0.23 0.76 94.29 0.13 0.21
Hex 34 3C 2E D 0 17 4C 5E D 15
Octal 64 74 56 15 0 27 114 136 15 25
Binary 110100 111100 101110 1101 0 10111 1001100 1011110 1101 10101

Color Harmonies of #343C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C2E

Black with #343C2E

Text Example


Text Example

White with #343C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,60,46); }

 H1.HeaderClassName
 {
   color: #343C2E;
 }
 .AnyTagClassName
 {
   color: #343C2E;
 }
</style>

background-color css

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

 a { background-color: rgb(52,60,46); }

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

border-color css

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

 span { border-color: rgb(52,60,46); }

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