#35402C

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

Shades of Mallard #35402C

Tints of Mallard #35402C

Color information

#35402C (or 0x35402C) is unknown color: approx Mallard. HEX triplet: 35, 40 and 2C. RGB value is (53,64,44). Sum of RGB (Red+Green+Blue) = 53+64+44=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 64 - color contains mainly: green. Hex color #35402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35402C is #CABFD3. Grayscale: #3A3A3A. Windows color (decimal): -13287380 or 2900021. OLE color: 2900021.

HSL color Cylindrical-coordinate representation of color #35402C: hue angle of 93º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #35402C is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB536444-
CMYK0.1700.310.75
HSL93º18.52%21.18%-
HSV(B)93º31.25%25.1%-
XYZ3.764.613.07-
YUV58.43119.86124.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=32.92%
G=39.75%
B=27.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364440.1700.310.759318.5221.18
Hex35402C1101F4B5d1315
Octal6510054210371131352325
Binary110101100000010110010001011111100101110111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35402C; }

 p { color: rgb(53,64,44); }

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

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

 a { background-color: rgb(53,64,44); }

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

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

 span { border-color: rgb(53,64,44); }

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