#35442A

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

Shades of Mallard #35442A

Tints of Mallard #35442A

Color information

#35442A (or 0x35442A) is unknown color: approx Mallard. HEX triplet: 35, 44 and 2A. RGB value is (53,68,42). Sum of RGB (Red+Green+Blue) = 53+68+42=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 68 - color contains mainly: green. Hex color #35442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35442A is #CABBD5. Grayscale: #3C3C3C. Windows color (decimal): -13286358 or 2769973. OLE color: 2769973.

HSL color Cylindrical-coordinate representation of color #35442A: hue angle of 94.62º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35442A is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB536842-
CMYK0.2200.380.73
HSL94.62º23.64%21.57%-
HSV(B)94.62º38.24%26.67%-
XYZ3.955.062.96-
YUV60.55117.53122.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 68 (26.95% from 255) = 41.72%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=32.52%
G=41.72%
B=25.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368420.2200.380.7394.6223.6421.57
Hex35442A16026495f1816
Octal6510452260461111373026
Binary1101011000100101010101100100110100100110111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35442A; }

 p { color: rgb(53,68,42); }

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

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

 a { background-color: rgb(53,68,42); }

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

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

 span { border-color: rgb(53,68,42); }

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