#35442B

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

Shades of Mallard #35442B

Tints of Mallard #35442B

Color information

#35442B (or 0x35442B) is unknown color: approx Mallard. HEX triplet: 35, 44 and 2B. RGB value is (53,68,43). Sum of RGB (Red+Green+Blue) = 53+68+43=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #35442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35442B is #CABBD4. Grayscale: #3C3C3C. Windows color (decimal): -13286357 or 2835509. OLE color: 2835509.

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

Color convert

RGB536843-
CMYK0.2200.370.73
HSL96º22.52%21.76%-
HSV(B)96º36.76%26.67%-
XYZ3.975.073.05-
YUV60.66118.03122.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 68 (26.95% from 255) = 41.46%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=32.32%
G=41.46%
B=26.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368430.2200.370.739622.5221.76
Hex35442B1602549601716
Octal6510453260451111402726
Binary1101011000100101011101100100101100100111000001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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