#344726

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

Shades of Mallard #344726

Tints of Mallard #344726

Color information

#344726 (or 0x344726) is unknown color: approx Mallard. HEX triplet: 34, 47 and 26. RGB value is (52,71,38). Sum of RGB (Red+Green+Blue) = 52+71+38=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #344726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344726 is #CBB8D9. Grayscale: #3D3D3D. Windows color (decimal): -13351130 or 2508596. OLE color: 2508596.

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

Color convert

RGB527138-
CMYK0.2700.460.72
HSL94.55º30.28%21.37%-
HSV(B)94.55º46.48%27.84%-
XYZ4.025.382.66-
YUV61.56114.71121.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=32.30%
G=44.10%
B=23.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271380.2700.460.7294.5530.2821.37
Hex3447261B02E485f1e15
Octal6410746330561101373625
Binary1101001000111100110110110101110100100010111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344726; }

 p { color: rgb(52,71,38); }

 H1.HeaderClassName
 {
   color: #344726;
 }
 .AnyTagClassName
 {
   color: #344726;
 }
</style>
background-color css

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

 a { background-color: rgb(52,71,38); }

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

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

 span { border-color: rgb(52,71,38); }

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