#35452B

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

Shades of Mallard #35452B

Tints of Mallard #35452B

Color information

#35452B (or 0x35452B) is unknown color: approx Mallard. HEX triplet: 35, 45 and 2B. RGB value is (53,69,43). Sum of RGB (Red+Green+Blue) = 53+69+43=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #35452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35452B is #CABAD4. Grayscale: #3D3D3D. Windows color (decimal): -13286101 or 2835765. OLE color: 2835765.

HSL color Cylindrical-coordinate representation of color #35452B: hue angle of 96.92º degrees, saturation: 0.23, 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 #35452B is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB536943-
CMYK0.2300.380.73
HSL96.92º23.21%21.96%-
HSV(B)96.92º37.68%27.06%-
XYZ4.035.193.07-
YUV61.25117.7122.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=32.12%
G=41.82%
B=26.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369430.2300.380.7396.9223.2121.96
Hex35452B1702649611716
Octal6510553270461111412726
Binary1101011000101101011101110100110100100111000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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