#363C31

Color #363C31 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #363C31

Tints of Mallard #363C31

Color information

#363C31 (or 0x363C31) is unknown color: approx Mallard. HEX triplet: 36, 3C and 31. RGB value is (54,60,49). Sum of RGB (Red+Green+Blue) = 54+60+49=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 60 - color contains mainly: green. Hex color #363C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C31 is #C9C3CE. Grayscale: #383838. Windows color (decimal): -13222863 or 3226678. OLE color: 3226678.

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

Color convert

RGB546049-
CMYK0.1000.180.76
HSL92.73º10.09%21.37%-
HSV(B)92.73º18.33%23.53%-
XYZ3.694.243.53-
YUV56.95123.51125.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.13%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=33.13%
G=36.81%
B=30.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5460490.1000.180.7692.7310.0921.37
Hex363C31A0124C5da15
Octal667461120221141351225
Binary110110111100110001101001001010011001011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #363C31;
 }
 .AnyTagClassName
 {
   color: #363C31;
 }
</style>
background-color css

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

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

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

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

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

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