Html Css Color HEX #344825 Mallard

📋 copy color: '#344825'

red 52 ◦ green 72 ◦ blue 37

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

Shades of Mallard #344825

Tints of Mallard #344825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.98%

R = 32.3%
G = 44.72%
B = 22.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#344825 (or 0x344825) is known color: Mallard. HEX triplet: 34, 48 and 25. RGB value is (52,72,37). Sum of RGB (Red+Green+Blue) = 52+72+37=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #344825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344825 is #CBB7DA. Grayscale: #3E3E3E. Windows color (decimal): -13350875 or 2443316. OLE color: 2443316.

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

Color convert

RGB 52 72 37 -
CMYK 0.28 0 0.49 0.72
HSL 94.29º 0.32% 0.21% -
HSV(B) 94.29º 0.49% 0.28% -
XYZ 4.07 5.5 2.6 -
YUV 62.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 52 72 37 0.28 0 0.49 0.72 94.29 0.32 0.21
Hex 34 48 25 1C 0 31 48 5E 20 15
Octal 64 110 45 34 0 61 110 136 40 25
Binary 110100 1001000 100101 11100 0 110001 1001000 1011110 100000 10101

Color Harmonies of #344825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344825

Black with #344825

Text Example


Text Example

White with #344825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344825; }

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

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

background-color css

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

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

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

border-color css

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

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

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