Html Css Color HEX #363C32 Mallard

📋 copy color: '#363C32'

red 54 ◦ green 60 ◦ blue 50

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

Shades of Mallard #363C32

Tints of Mallard #363C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.59%

 BLUE value IS 50 (19.92% from 255) = 30.49%

R = 32.93%
G = 36.59%
B = 30.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.76

RGB Variations

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

Color information

#363C32 (or 0x363C32) is known color: Mallard. HEX triplet: 36, 3C and 32. RGB value is (54,60,50). Sum of RGB (Red+Green+Blue) = 54+60+50=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 60 - color contains mainly: green. Hex color #363C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C32 is #C9C3CD. Grayscale: #393939. Windows color (decimal): -13222862 or 3292214. OLE color: 3292214.

HSL color Cylindrical-coordinate representation of color #363C32: hue angle of 96º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #363C32 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 60 50 -
CMYK 0.10 0 0.17 0.76
HSL 96º 0.09% 0.22% -
HSV(B) 96º 0.17% 0.24% -
XYZ 3.71 4.25 3.64 -
YUV 57.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 54 60 50 0.10 0 0.17 0.76 96 0.09 0.22
Hex 36 3C 32 A 0 11 4C 60 9 16
Octal 66 74 62 12 0 21 114 140 11 26
Binary 110110 111100 110010 1010 0 10001 1001100 1100000 1001 10110

Color Harmonies of #363C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C32

Black with #363C32

Text Example


Text Example

White with #363C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363C32; }

 p { color: rgb(54,60,50); }

 H1.HeaderClassName
 {
   color: #363C32;
 }
 .AnyTagClassName
 {
   color: #363C32;
 }
</style>

background-color css

<style>
 a { background-color: #363C32; }

 a { background-color: rgb(54,60,50); }

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

border-color css

<style>
 span { border-color: #363C32; }

 span { border-color: rgb(54,60,50); }

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