#36462B

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

Shades of Mallard #36462B

Tints of Mallard #36462B

Color information

#36462B (or 0x36462B) is unknown color: approx Mallard. HEX triplet: 36, 46 and 2B. RGB value is (54,70,43). Sum of RGB (Red+Green+Blue) = 54+70+43=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #36462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36462B is #C9B9D4. Grayscale: #3E3E3E. Windows color (decimal): -13220309 or 2836022. OLE color: 2836022.

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

Color convert

RGB547043-
CMYK0.2300.390.73
HSL95.56º23.89%22.16%-
HSV(B)95.56º38.57%27.45%-
XYZ4.155.343.1-
YUV62.14117.2122.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 70 (27.73% from 255) = 41.92%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=32.34%
G=41.92%
B=25.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5470430.2300.390.7395.5623.8922.16
Hex36462B1702749601816
Octal6610653270471111403026
Binary1101101000110101011101110100111100100111000001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,70,43); }

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

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

 a { background-color: rgb(54,70,43); }

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

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

 span { border-color: rgb(54,70,43); }

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