Html Css Color HEX #36462C Mallard

📋 copy color: '#36462C'

red 54 ◦ green 70 ◦ blue 44

#36462C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #36462C

Tints of Mallard #36462C

RGB

 RED value IS 54 (21.48% from 255) = 32.14%

 GREEN value IS 70 (27.73% from 255) = 41.67%

 BLUE value IS 44 (17.58% from 255) = 26.19%

R = 32.14%
G = 41.67%
B = 26.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#36462C (or 0x36462C) is known color: Mallard. HEX triplet: 36, 46 and 2C. RGB value is (54,70,44). Sum of RGB (Red+Green+Blue) = 54+70+44=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 70 - color contains mainly: green. Hex color #36462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36462C is #C9B9D3. Grayscale: #3E3E3E. Windows color (decimal): -13220308 or 2901558. OLE color: 2901558.

HSL color Cylindrical-coordinate representation of color #36462C: 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.37%. Process color model (Four color, CMYK) of #36462C is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 70 44 -
CMYK 0.23 0 0.37 0.73
HSL 96.92º 0.23% 0.22% -
HSV(B) 96.92º 0.37% 0.27% -
XYZ 4.17 5.35 3.2 -
YUV 62.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 54 70 44 0.23 0 0.37 0.73 96.92 0.23 0.22
Hex 36 46 2C 17 0 25 49 61 17 16
Octal 66 106 54 27 0 45 111 141 27 26
Binary 110110 1000110 101100 10111 0 100101 1001001 1100001 10111 10110

Color Harmonies of #36462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36462C

Black with #36462C

Text Example


Text Example

White with #36462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36462C;
 }
 .AnyTagClassName
 {
   color: #36462C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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