Html Css Color HEX #344726 Mallard

📋 copy color: '#344726'

red 52 ◦ green 71 ◦ blue 38

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

Shades of Mallard #344726

Tints of Mallard #344726

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

 BLUE value IS 38 (15.23% from 255) = 23.6%

R = 32.3%
G = 44.1%
B = 23.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#344726 (or 0x344726) is known color: Mallard. HEX triplet: 34, 47 and 26. RGB value is (52,71,38). Sum of RGB (Red+Green+Blue) = 52+71+38=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #344726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344726 is #CBB8D9. Grayscale: #3D3D3D. Windows color (decimal): -13351130 or 2508596. OLE color: 2508596.

HSL color Cylindrical-coordinate representation of color #344726: hue angle of 94.55º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344726 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 71 38 -
CMYK 0.27 0 0.46 0.72
HSL 94.55º 0.3% 0.21% -
HSV(B) 94.55º 0.46% 0.28% -
XYZ 4.02 5.38 2.66 -
YUV 61.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 52 71 38 0.27 0 0.46 0.72 94.55 0.3 0.21
Hex 34 47 26 1B 0 2E 48 5F 1E 15
Octal 64 107 46 33 0 56 110 137 36 25
Binary 110100 1000111 100110 11011 0 101110 1001000 1011111 11110 10101

Color Harmonies of #344726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344726

Black with #344726

Text Example


Text Example

White with #344726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344726; }

 p { color: rgb(52,71,38); }

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

background-color css

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

 a { background-color: rgb(52,71,38); }

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

border-color css

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

 span { border-color: rgb(52,71,38); }

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