#344826

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

Shades of Mallard #344826

Tints of Mallard #344826

Color information

#344826 (or 0x344826) is unknown color: approx Mallard. HEX triplet: 34, 48 and 26. RGB value is (52,72,38). Sum of RGB (Red+Green+Blue) = 52+72+38=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #344826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344826 is #CBB7D9. Grayscale: #3E3E3E. Windows color (decimal): -13350874 or 2508852. OLE color: 2508852.

HSL color Cylindrical-coordinate representation of color #344826: hue angle of 95.29º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #344826 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB527238-
CMYK0.2800.470.72
HSL95.29º30.91%21.57%-
HSV(B)95.29º47.22%28.24%-
XYZ4.085.52.68-
YUV62.14114.37120.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=32.10%
G=44.44%
B=23.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272380.2800.470.7295.2930.9121.57
Hex3448261C02F485f1f16
Octal6411046340571101373726
Binary1101001001000100110111000101111100100010111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344826; }

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

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

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

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

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

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

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

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