#35422B

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

Shades of Mallard #35422B

Tints of Mallard #35422B

Color information

#35422B (or 0x35422B) is unknown color: approx Mallard. HEX triplet: 35, 42 and 2B. RGB value is (53,66,43). Sum of RGB (Red+Green+Blue) = 53+66+43=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #35422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35422B is #CABDD4. Grayscale: #3B3B3B. Windows color (decimal): -13286869 or 2834997. OLE color: 2834997.

HSL color Cylindrical-coordinate representation of color #35422B: hue angle of 93.91º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35422B is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB536643-
CMYK0.2000.350.74
HSL93.91º21.1%21.37%-
HSV(B)93.91º34.85%25.88%-
XYZ3.854.833.01-
YUV59.49118.69123.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=32.72%
G=40.74%
B=26.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366430.2000.350.7493.9121.121.37
Hex35422B140234A5e1515
Octal6510253240431121362525
Binary1101011000010101011101000100011100101010111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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