#334626

Color #334626 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #334626

Tints of Mallard #334626

Color information

#334626 (or 0x334626) is unknown color: approx 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

RGB517038-
CMYK0.2700.460.73
HSL95.62º29.63%21.18%-
HSV(B)95.62º45.71%27.45%-
XYZ3.915.222.64-
YUV60.67115.21121.1-

RGB Variations

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

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.90%
R=32.08%
G=44.03%
B=23.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5170380.2700.460.7395.6229.6321.18
Hex3346261B02E49601e15
Octal6310646330561111403625
Binary1100111000110100110110110101110100100111000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>