Html Css Color HEX #36462A Mallard

📋 copy color: '#36462A'

red 54 ◦ green 70 ◦ blue 42

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

Shades of Mallard #36462A

Tints of Mallard #36462A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.3%

R = 32.53%
G = 42.17%
B = 25.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#36462A (or 0x36462A) is known color: Mallard. HEX triplet: 36, 46 and 2A. RGB value is (54,70,42). Sum of RGB (Red+Green+Blue) = 54+70+42=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #36462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36462A is #C9B9D5. Grayscale: #3E3E3E. Windows color (decimal): -13220310 or 2770486. OLE color: 2770486.

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

Color convert

RGB 54 70 42 -
CMYK 0.23 0 0.40 0.73
HSL 94.29º 0.25% 0.22% -
HSV(B) 94.29º 0.4% 0.27% -
XYZ 4.13 5.33 3 -
YUV 62.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 54 70 42 0.23 0 0.40 0.73 94.29 0.25 0.22
Hex 36 46 2A 17 0 28 49 5E 19 16
Octal 66 106 52 27 0 50 111 136 31 26
Binary 110110 1000110 101010 10111 0 101000 1001001 1011110 11001 10110

Color Harmonies of #36462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36462A

Black with #36462A

Text Example


Text Example

White with #36462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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