#344528

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

Shades of Mallard #344528

Tints of Mallard #344528

Color information

#344528 (or 0x344528) is unknown color: approx Mallard. HEX triplet: 34, 45 and 28. RGB value is (52,69,40). Sum of RGB (Red+Green+Blue) = 52+69+40=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #344528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344528 is #CBBAD7. Grayscale: #3C3C3C. Windows color (decimal): -13351640 or 2639156. OLE color: 2639156.

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

Color convert

RGB526940-
CMYK0.2500.420.73
HSL95.17º26.61%21.37%-
HSV(B)95.17º42.03%27.06%-
XYZ3.935.142.79-
YUV60.61116.37121.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 69 (27.34% from 255) = 42.86%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=32.30%
G=42.86%
B=24.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269400.2500.420.7395.1726.6121.37
Hex3445281902A495f1b15
Octal6410550310521111373325
Binary1101001000101101000110010101010100100110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344528; }

 p { color: rgb(52,69,40); }

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

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

 a { background-color: rgb(52,69,40); }

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

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

 span { border-color: rgb(52,69,40); }

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