Html Css Color HEX #36472A Mallard

📋 copy color: '#36472A'

red 54 ◦ green 71 ◦ blue 42

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

Shades of Mallard #36472A

Tints of Mallard #36472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.51%

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

R = 32.34%
G = 42.51%
B = 25.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#36472A (or 0x36472A) is known color: Mallard. HEX triplet: 36, 47 and 2A. RGB value is (54,71,42). Sum of RGB (Red+Green+Blue) = 54+71+42=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #36472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36472A is #C9B8D5. Grayscale: #3E3E3E. Windows color (decimal): -13220054 or 2770742. OLE color: 2770742.

HSL color Cylindrical-coordinate representation of color #36472A: hue angle of 95.17º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36472A is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 71 42 -
CMYK 0.24 0 0.41 0.72
HSL 95.17º 0.26% 0.22% -
HSV(B) 95.17º 0.41% 0.28% -
XYZ 4.19 5.46 3.02 -
YUV 62.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 54 71 42 0.24 0 0.41 0.72 95.17 0.26 0.22
Hex 36 47 2A 18 0 29 48 5F 1A 16
Octal 66 107 52 30 0 51 110 137 32 26
Binary 110110 1000111 101010 11000 0 101001 1001000 1011111 11010 10110

Color Harmonies of #36472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36472A

Black with #36472A

Text Example


Text Example

White with #36472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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