#35422C

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

Shades of Mallard #35422C

Tints of Mallard #35422C

Color information

#35422C (or 0x35422C) is unknown color: approx Mallard. HEX triplet: 35, 42 and 2C. RGB value is (53,66,44). Sum of RGB (Red+Green+Blue) = 53+66+44=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #35422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35422C is #CABDD3. Grayscale: #3B3B3B. Windows color (decimal): -13286868 or 2900533. OLE color: 2900533.

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

Color convert

RGB536644-
CMYK0.2000.330.74
HSL95.45º20%21.57%-
HSV(B)95.45º33.33%25.88%-
XYZ3.874.843.11-
YUV59.6119.19123.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=32.52%
G=40.49%
B=26.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366440.2000.330.7495.452021.57
Hex35422C140214A5f1416
Octal6510254240411121372426
Binary1101011000010101100101000100001100101010111111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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