Html Css Color HEX #354429 Mallard

📋 copy color: '#354429'

red 53 ◦ green 68 ◦ blue 41

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

Shades of Mallard #354429

Tints of Mallard #354429

RGB

 RED value IS 53 (21.09% from 255) = 32.72%

 GREEN value IS 68 (26.95% from 255) = 41.98%

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 32.72%
G = 41.98%
B = 25.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#354429 (or 0x354429) is known color: Mallard. HEX triplet: 35, 44 and 29. RGB value is (53,68,41). Sum of RGB (Red+Green+Blue) = 53+68+41=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #354429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354429 is #CABBD6. Grayscale: #3C3C3C. Windows color (decimal): -13286359 or 2704437. OLE color: 2704437.

HSL color Cylindrical-coordinate representation of color #354429: hue angle of 93.33º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354429 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 68 41 -
CMYK 0.22 0 0.40 0.73
HSL 93.33º 0.25% 0.21% -
HSV(B) 93.33º 0.4% 0.27% -
XYZ 3.94 5.05 2.87 -
YUV 60.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 53 68 41 0.22 0 0.40 0.73 93.33 0.25 0.21
Hex 35 44 29 16 0 28 49 5D 19 15
Octal 65 104 51 26 0 50 111 135 31 25
Binary 110101 1000100 101001 10110 0 101000 1001001 1011101 11001 10101

Color Harmonies of #354429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354429

Black with #354429

Text Example


Text Example

White with #354429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354429; }

 p { color: rgb(53,68,41); }

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

background-color css

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

 a { background-color: rgb(53,68,41); }

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

border-color css

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

 span { border-color: rgb(53,68,41); }

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