Html Css Color HEX #344826 Mallard

📋 copy color: '#344826'

red 52 ◦ green 72 ◦ blue 38

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

Shades of Mallard #344826

Tints of Mallard #344826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

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

R = 32.1%
G = 44.44%
B = 23.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#344826 (or 0x344826) is known color: Mallard. HEX triplet: 34, 48 and 26. RGB value is (52,72,38). Sum of RGB (Red+Green+Blue) = 52+72+38=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #344826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344826 is #CBB7D9. Grayscale: #3E3E3E. Windows color (decimal): -13350874 or 2508852. OLE color: 2508852.

HSL color Cylindrical-coordinate representation of color #344826: hue angle of 95.29º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #344826 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 72 38 -
CMYK 0.28 0 0.47 0.72
HSL 95.29º 0.31% 0.22% -
HSV(B) 95.29º 0.47% 0.28% -
XYZ 4.08 5.5 2.68 -
YUV 62.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 52 72 38 0.28 0 0.47 0.72 95.29 0.31 0.22
Hex 34 48 26 1C 0 2F 48 5F 1F 16
Octal 64 110 46 34 0 57 110 137 37 26
Binary 110100 1001000 100110 11100 0 101111 1001000 1011111 11111 10110

Color Harmonies of #344826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344826

Black with #344826

Text Example


Text Example

White with #344826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344826; }

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

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

background-color css

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

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

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

border-color css

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

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

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