#354826

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

Shades of Mallard #354826

Tints of Mallard #354826

Color information

#354826 (or 0x354826) is unknown color: approx Mallard. HEX triplet: 35, 48 and 26. RGB value is (53,72,38). Sum of RGB (Red+Green+Blue) = 53+72+38=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #354826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354826 is #CAB7D9. Grayscale: #3E3E3E. Windows color (decimal): -13285338 or 2508853. OLE color: 2508853.

HSL color Cylindrical-coordinate representation of color #354826: hue angle of 93.53º 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 #354826 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB537238-
CMYK0.2600.470.72
HSL93.53º30.91%21.57%-
HSV(B)93.53º47.22%28.24%-
XYZ4.145.532.68-
YUV62.44114.21121.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=32.52%
G=44.17%
B=23.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372380.2600.470.7293.5330.9121.57
Hex3548261A02F485e1f16
Octal6511046320571101363726
Binary1101011001000100110110100101111100100010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354826; }

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

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

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

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

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

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

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

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