Html Css Color HEX #334626 Mallard

📋 copy color: '#334626'

red 51 ◦ green 70 ◦ blue 38

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

Shades of Mallard #334626

Tints of Mallard #334626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

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

R = 32.08%
G = 44.03%
B = 23.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#334626 (or 0x334626) is known color: Mallard. HEX triplet: 33, 46 and 26. RGB value is (51,70,38). Sum of RGB (Red+Green+Blue) = 51+70+38=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #334626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334626 is #CCB9D9. Grayscale: #3C3C3C. Windows color (decimal): -13416922 or 2508339. OLE color: 2508339.

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

Color convert

RGB 51 70 38 -
CMYK 0.27 0 0.46 0.73
HSL 95.63º 0.3% 0.21% -
HSV(B) 95.63º 0.46% 0.27% -
XYZ 3.91 5.22 2.64 -
YUV 60.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 51 70 38 0.27 0 0.46 0.73 95.63 0.3 0.21
Hex 33 46 26 1B 0 2E 49 60 1E 15
Octal 63 106 46 33 0 56 111 140 36 25
Binary 110011 1000110 100110 11011 0 101110 1001001 1100000 11110 10101

Color Harmonies of #334626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334626

Black with #334626

Text Example


Text Example

White with #334626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334626; }

 p { color: rgb(51,70,38); }

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

background-color css

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

 a { background-color: rgb(51,70,38); }

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

border-color css

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

 span { border-color: rgb(51,70,38); }

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