Html Css Color HEX #344C22 Mallard

📋 copy color: '#344C22'

red 52 ◦ green 76 ◦ blue 34

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

Shades of Mallard #344C22

Tints of Mallard #344C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.91%

 BLUE value IS 34 (13.67% from 255) = 20.99%

R = 32.1%
G = 46.91%
B = 20.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#344C22 (or 0x344C22) is known color: Mallard. HEX triplet: 34, 4C and 22. RGB value is (52,76,34). Sum of RGB (Red+Green+Blue) = 52+76+34=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #344C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C22 is #CBB3DD. Grayscale: #404040. Windows color (decimal): -13349854 or 2247732. OLE color: 2247732.

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

Color convert

RGB 52 76 34 -
CMYK 0.32 0 0.55 0.70
HSL 94.29º 0.38% 0.22% -
HSV(B) 94.29º 0.55% 0.3% -
XYZ 4.29 6.01 2.45 -
YUV 64.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 52 76 34 0.32 0 0.55 0.70 94.29 0.38 0.22
Hex 34 4C 22 20 0 37 46 5E 26 16
Octal 64 114 42 40 0 67 106 136 46 26
Binary 110100 1001100 100010 100000 0 110111 1000110 1011110 100110 10110

Color Harmonies of #344C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C22

Black with #344C22

Text Example


Text Example

White with #344C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,76,34); }

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

background-color css

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

 a { background-color: rgb(52,76,34); }

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

border-color css

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

 span { border-color: rgb(52,76,34); }

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