Html Css Color HEX #36482A Mallard

📋 copy color: '#36482A'

red 54 ◦ green 72 ◦ blue 42

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

Shades of Mallard #36482A

Tints of Mallard #36482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

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

R = 32.14%
G = 42.86%
B = 25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#36482A (or 0x36482A) is known color: Mallard. HEX triplet: 36, 48 and 2A. RGB value is (54,72,42). Sum of RGB (Red+Green+Blue) = 54+72+42=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #36482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36482A is #C9B7D5. Grayscale: #3F3F3F. Windows color (decimal): -13219798 or 2770998. OLE color: 2770998.

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

Color convert

RGB 54 72 42 -
CMYK 0.25 0 0.42 0.72
HSL 96º 0.26% 0.22% -
HSV(B) 96º 0.42% 0.28% -
XYZ 4.26 5.59 3.04 -
YUV 63.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 54 72 42 0.25 0 0.42 0.72 96 0.26 0.22
Hex 36 48 2A 19 0 2A 48 60 1A 16
Octal 66 110 52 31 0 52 110 140 32 26
Binary 110110 1001000 101010 11001 0 101010 1001000 1100000 11010 10110

Color Harmonies of #36482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36482A

Black with #36482A

Text Example


Text Example

White with #36482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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