Html Css Color HEX #344D21 Mallard

📋 copy color: '#344D21'

red 52 ◦ green 77 ◦ blue 33

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

Shades of Mallard #344D21

Tints of Mallard #344D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 47.53%

 BLUE value IS 33 (13.28% from 255) = 20.37%

R = 32.1%
G = 47.53%
B = 20.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#344D21 (or 0x344D21) is known color: Mallard. HEX triplet: 34, 4D and 21. RGB value is (52,77,33). Sum of RGB (Red+Green+Blue) = 52+77+33=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 77 - color contains mainly: green. Hex color #344D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D21 is #CBB2DE. Grayscale: #404040. Windows color (decimal): -13349599 or 2182452. OLE color: 2182452.

HSL color Cylindrical-coordinate representation of color #344D21: hue angle of 94.09º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #344D21 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 77 33 -
CMYK 0.32 0 0.57 0.70
HSL 94.09º 0.4% 0.22% -
HSV(B) 94.09º 0.57% 0.3% -
XYZ 4.34 6.15 2.4 -
YUV 64.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 52 77 33 0.32 0 0.57 0.70 94.09 0.4 0.22
Hex 34 4D 21 20 0 39 46 5E 28 16
Octal 64 115 41 40 0 71 106 136 50 26
Binary 110100 1001101 100001 100000 0 111001 1000110 1011110 101000 10110

Color Harmonies of #344D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344D21

Black with #344D21

Text Example


Text Example

White with #344D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344D21; }

 p { color: rgb(52,77,33); }

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

background-color css

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

 a { background-color: rgb(52,77,33); }

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

border-color css

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

 span { border-color: rgb(52,77,33); }

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