#344627

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

Shades of Mallard #344627

Tints of Mallard #344627

Color information

#344627 (or 0x344627) is unknown color: approx Mallard. HEX triplet: 34, 46 and 27. RGB value is (52,70,39). Sum of RGB (Red+Green+Blue) = 52+70+39=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #344627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344627 is #CBB9D8. Grayscale: #3D3D3D. Windows color (decimal): -13351385 or 2573876. OLE color: 2573876.

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

Color convert

RGB527039-
CMYK0.2600.440.73
HSL94.84º28.44%21.37%-
HSV(B)94.84º44.29%27.45%-
XYZ3.975.262.72-
YUV61.08115.54121.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=32.30%
G=43.48%
B=24.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270390.2600.440.7394.8428.4421.37
Hex3446271A02C495f1c15
Octal6410647320541111373425
Binary1101001000110100111110100101100100100110111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344627; }

 p { color: rgb(52,70,39); }

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

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

 a { background-color: rgb(52,70,39); }

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

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

 span { border-color: rgb(52,70,39); }

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