Html Css Color HEX #334328 Mallard

📋 copy color: '#334328'

red 51 ◦ green 67 ◦ blue 40

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

Shades of Mallard #334328

Tints of Mallard #334328

RGB

 RED value IS 51 (20.31% from 255) = 32.28%

 GREEN value IS 67 (26.56% from 255) = 42.41%

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 32.28%
G = 42.41%
B = 25.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#334328 (or 0x334328) is known color: Mallard. HEX triplet: 33, 43 and 28. RGB value is (51,67,40). Sum of RGB (Red+Green+Blue) = 51+67+40=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #334328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334328 is #CCBCD7. Grayscale: #3B3B3B. Windows color (decimal): -13417688 or 2638643. OLE color: 2638643.

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

Color convert

RGB 51 67 40 -
CMYK 0.24 0 0.40 0.74
HSL 95.56º 0.25% 0.21% -
HSV(B) 95.56º 0.4% 0.26% -
XYZ 3.76 4.87 2.75 -
YUV 59.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 51 67 40 0.24 0 0.40 0.74 95.56 0.25 0.21
Hex 33 43 28 18 0 28 4A 60 19 15
Octal 63 103 50 30 0 50 112 140 31 25
Binary 110011 1000011 101000 11000 0 101000 1001010 1100000 11001 10101

Color Harmonies of #334328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334328

Black with #334328

Text Example


Text Example

White with #334328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334328; }

 p { color: rgb(51,67,40); }

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

background-color css

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

 a { background-color: rgb(51,67,40); }

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

border-color css

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

 span { border-color: rgb(51,67,40); }

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