Html Css Color HEX #344925 Mallard

📋 copy color: '#344925'

red 52 ◦ green 73 ◦ blue 37

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

Shades of Mallard #344925

Tints of Mallard #344925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.06%

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

R = 32.1%
G = 45.06%
B = 22.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#344925 (or 0x344925) is known color: Mallard. HEX triplet: 34, 49 and 25. RGB value is (52,73,37). Sum of RGB (Red+Green+Blue) = 52+73+37=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #344925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344925 is #CBB6DA. Grayscale: #3E3E3E. Windows color (decimal): -13350619 or 2443572. OLE color: 2443572.

HSL color Cylindrical-coordinate representation of color #344925: hue angle of 95º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #344925 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 37 -
CMYK 0.29 0 0.49 0.71
HSL 95º 0.33% 0.22% -
HSV(B) 95º 0.49% 0.29% -
XYZ 4.13 5.63 2.62 -
YUV 62.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 52 73 37 0.29 0 0.49 0.71 95 0.33 0.22
Hex 34 49 25 1D 0 31 47 5F 21 16
Octal 64 111 45 35 0 61 107 137 41 26
Binary 110100 1001001 100101 11101 0 110001 1000111 1011111 100001 10110

Color Harmonies of #344925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344925

Black with #344925

Text Example


Text Example

White with #344925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344925; }

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

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

background-color css

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

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

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

border-color css

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

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

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